Skip to content

Commit

Permalink
refactor: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni committed Oct 28, 2024
1 parent f9ced8d commit 6bc7f84
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 @@
@AllArgsConstructor
public class CalendarEventResponse {

private Long CalendarEventId;
private Long calendarEventId;
private String title;
private LocalDate date;
private String type;
Expand Down

0 comments on commit 6bc7f84

Please sign in to comment.