Skip to content

Commit

Permalink
fix: StaccatoDetailResponse 응답값 매핑 오류 수정 #606 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
linirini authored and s6m1n committed Jan 31, 2025
1 parent bea7ea2 commit ee371e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit ee371e3

Please sign in to comment.