Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored May 7, 2024
1 parent 28405bd commit 0728af0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class ContactService(
event.eventDetails.noteText
).joinToString(System.lineSeparator())
}
existing.date = event.timestamp.toLocalDate()
existing.startTime = event.timestamp
existing.date = event.occurredAt().toLocalDate()
existing.startTime = event.occurredAt()
contactRepository.save(existing)
} else {
telemetryService.trackEvent(
Expand Down

0 comments on commit 0728af0

Please sign in to comment.