Skip to content

Commit

Permalink
[PDS-56] fix: 알림 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Dec 1, 2023
1 parent 9aa69f7 commit 786e946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void rejectProductBooking(User user, Long resourceBookingId) {

// 장비 예약 반려 알림
try {
notificationService.sendNotification(Constants.NotificationCategory.RESOURCE, Constants.Notification.BODY_DENIED, user);
notificationService.sendNotification(Constants.NotificationCategory.RESOURCE, Constants.Notification.BODY_DENIED, resourceBooking.getUser());
} catch (IOException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 786e946

Please sign in to comment.