Skip to content

Commit

Permalink
[hotfix] edit dto field
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonni committed Jul 15, 2024
1 parent 452d5e2 commit 708832f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record MainPromiseDto(
Long promiseId,
String name,
String meetingName,
String dressLevel,
String dressUpLevel,
int dDay,
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy.MM.dd")
LocalDateTime date,
Expand Down

0 comments on commit 708832f

Please sign in to comment.