Skip to content

Commit

Permalink
refactor : card responsedto에 walletId추가
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Nov 25, 2023
1 parent 4fe4942 commit 79fd4a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public SuccessResponse<Object> getAllCard(User user) {
adjective(saveCard.getAdjective()).
mbti(saveCard.getMbti()).
colorCode(saveCard.getColorCode()).
walletId(saveCard.getWallet().getId()).
build())
.collect(Collectors.toList());
return SuccessResponse.onSuccess(200, cardDTOs);
Expand Down

0 comments on commit 79fd4a3

Please sign in to comment.