diff --git a/src/main/java/com/ggang/be/api/group/dto/ActiveGroupsResponse.java b/src/main/java/com/ggang/be/api/group/dto/ActiveGroupsResponse.java index 3788f1f..dbedfac 100644 --- a/src/main/java/com/ggang/be/api/group/dto/ActiveGroupsResponse.java +++ b/src/main/java/com/ggang/be/api/group/dto/ActiveGroupsResponse.java @@ -14,8 +14,8 @@ public record ActiveGroupsResponse( int profileImg, GroupType groupType, String groupTitle, - WeekDate weekDate, - LocalDate groupDate, + WeekDate weekDay, + LocalDate weekDate, double startTime, double endTime, String location