From ee371e35917cf12e03c34443032f0e2a3e022e0d Mon Sep 17 00:00:00 2001 From: linirini <101927543+linirini@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:39:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20StaccatoDetailResponse=20=EC=9D=91?= =?UTF-8?q?=EB=8B=B5=EA=B0=92=20=EB=A7=A4=ED=95=91=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20#606=20(#607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/staccato/moment/controller/StaccatoDtoMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/com/staccato/moment/controller/StaccatoDtoMapper.java b/backend/src/main/java/com/staccato/moment/controller/StaccatoDtoMapper.java index 2431d558..ae2b676c 100644 --- a/backend/src/main/java/com/staccato/moment/controller/StaccatoDtoMapper.java +++ b/backend/src/main/java/com/staccato/moment/controller/StaccatoDtoMapper.java @@ -48,8 +48,8 @@ private static StaccatoLocationResponse toStaccatoLocationResponse(MomentLocatio public static StaccatoDetailResponse toStaccatoDetailResponse(MomentDetailResponse momentDetailResponse) { return new StaccatoDetailResponse( - momentDetailResponse.memoryId(), momentDetailResponse.momentId(), + momentDetailResponse.memoryId(), momentDetailResponse.memoryTitle(), momentDetailResponse.startAt(), momentDetailResponse.endAt(),