Skip to content

Commit

Permalink
Merge pull request #170 from Uni-Made/feature/#168
Browse files Browse the repository at this point in the history
πŸ› [FIX] μƒν’ˆ ꡬ맀 μ‹œ νŠΈλžœμž­μ…˜ 였λ₯˜ λ°œμƒ #168
  • Loading branch information
moonyaeyoon authored Aug 15, 2024
2 parents a6f82ed + 9212f70 commit 2d7a36f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ private void sendNotification(String socialId, NotificationRequest notificationR
.buyer(buyer)
.title(notificationRequest.getTitle())
.body(notificationRequest.getBody())
.extraId(notificationRequest.getId())
.build();
buyerNotificationRepository.save(notification);
}
Expand Down

0 comments on commit 2d7a36f

Please sign in to comment.