Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
[SELC-5169] feat : changed date type of the updatedAt field to Instant
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenbegiqi committed Jul 11, 2024
1 parent eef996c commit d8c1e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PecNotification {
private String digitalAddress;

private Instant createdAt;
private OffsetDateTime updatedAt;
private Instant updatedAt;


}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public class PecNotificationEntity {
private String digitalAddress;

private Instant createdAt;
private OffsetDateTime updatedAt;
private Instant updatedAt;

}

0 comments on commit d8c1e9c

Please sign in to comment.