Skip to content

Commit

Permalink
Merge pull request #154 from UnivApp/feature/notification-refactor7
Browse files Browse the repository at this point in the history
refactor: 오타 수정
  • Loading branch information
nyeroni authored Oct 28, 2024
2 parents f9ced8d + 6bc7f84 commit 0f646eb
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 0f646eb

Please sign in to comment.