Skip to content

Commit

Permalink
refactor: modify response
Browse files Browse the repository at this point in the history
  • Loading branch information
aiaiaiai1 committed Nov 25, 2024
1 parent 5336afc commit 3825d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static WorkoutConfirmationOrObjectionResponse objection(User loginedUser,
LocalDateTime createdAt = objection.getCreatedAt();
return WorkoutConfirmationOrObjectionResponse.builder()
.objectionId(objection.getId())
.workoutConfirmationId(null)
.workoutConfirmationId(objection.getWorkoutConfirmation().getId())
.nickname(objectionTargetUser.getNickname())
.profileImageUrl(objectionTargetUser.getProfileImageName())
.workoutConfirmationImageUrl(null)
Expand Down

0 comments on commit 3825d61

Please sign in to comment.