Skip to content

Commit

Permalink
[#55] fix: 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jyajoo committed Apr 20, 2024
1 parent caef5b6 commit bd544f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ public String toggleLikeStatus(Member member, Long postId) {

return favoriteService.toggleLikeStatus(member, CategoryContent.NANA, postId);
}
}

// nanaContent의 AdditionalInfo dto로 바꾸기
// nanaContent의 AdditionalInfo dto로 바꾸기
public List<NanaResponse.NanaAdditionalInfo> getAdditionalInfoFromNanaContentEntity(
NanaContent nanaContent) {
Set<NanaAdditionalInfo> eachInfoList = nanaContent.getInfoList();
Expand Down

0 comments on commit bd544f1

Please sign in to comment.