Skip to content

Commit

Permalink
feat: 일정 조회시 사용자 이름도 함께 전달
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee committed Jul 11, 2024
1 parent 45815fa commit 01b51c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ public record ResponseEvent (
String content,
String location,
LocalDateTime startDateTime,
LocalDateTime endDateTime
LocalDateTime endDateTime,
String userName
) {}

0 comments on commit 01b51c3

Please sign in to comment.