Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.Locale;

public record CalendarResponse(
Long id, String title, String url, String type, Long startAt, Long endAt, String writer)
Long calendarId, String title, String url, String type, Long startAt, Long endAt, String writer)
implements AbstractResponseDto {

public static CalendarResponse toResponse(CalendarModel model, String writerName) {
Expand Down