Skip to content

Commit

Permalink
[FIX] 소원 조회 시 힌트
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwpfh committed Nov 11, 2024
1 parent 9c0ef7c commit 0abf170
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static WishResponseDTO from(Wish wish) {
.bank(bank)
.dayCount(getRemainDayCount(wish.getEndAt()))
.title(wish.getTitle())
.hint(wish.getHint())
.wantsGift(wish.isWantsGift())
.presentImageUrl(wish.getPresentImageUrl())
.build();
Expand Down

0 comments on commit 0abf170

Please sign in to comment.