Skip to content

Commit

Permalink
#231 Refactor: 불필요한 setLiked 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyeon0208 committed Dec 18, 2024
1 parent 0c86e1b commit d4bb19d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ public static WineReviewResponseDTO create(List<WineReviewDTO> wineReviews, bool
.isLiked(isLiked)
.build();
}

// 좋아요 여부 업데이트
public void setLiked(boolean isLiked) {
this.isLiked = isLiked;
}
}

0 comments on commit d4bb19d

Please sign in to comment.