From 7e4482533b616b89c617beb0171637d81e4b30c2 Mon Sep 17 00:00:00 2001 From: 2hyunjinn Date: Wed, 22 Jan 2025 19:31:54 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20#167=20=EC=B1=84=EC=9A=B0=EA=B8=B0=20?= =?UTF-8?q?=EB=AA=A8=EC=9E=84=20=EC=A1=B0=ED=9A=8C=20response=20body=20?= =?UTF-8?q?=ED=95=84=EB=93=9C=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ggang/be/api/group/dto/ActiveGroupsResponse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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