Skip to content

Commit

Permalink
fix: 잘못된 응답값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Aug 15, 2024
1 parent 6bd12df commit a0a550b
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 BirthdayCardsResponse getMy(Long memberId) {
birthdayCard.getSenderMemberName(),
birthdayCard.getSenderMemberPlatform().getName(),
birthdayCard.getMessage(),
birthdayCard.getMessage()
birthdayCard.getImageUrl()
))
.collect(Collectors.toList());

Expand Down

0 comments on commit a0a550b

Please sign in to comment.