Skip to content

Commit

Permalink
[FIX] attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
wakkpu committed Jan 3, 2024
1 parent 4d396b6 commit 1eb49b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class Auction implements Comparable<Auction> {
private boolean isEnded = false;

@DynamoDBTypeConverted(converter = DynamoDbConfig.LocalDateTimeConverter.class)
@DynamoDBAttribute(attributeName = "created_at")
@Builder.Default
private LocalDateTime createdAt = LocalDateTime.now();

Expand Down

0 comments on commit 1eb49b4

Please sign in to comment.