Skip to content

Commit

Permalink
Merge pull request #270 from PLADI-ALM/feat/PDS-56-detail-equipment
Browse files Browse the repository at this point in the history
[PDS-56/fix] 알림 변경
  • Loading branch information
dangnak2 authored Dec 1, 2023
2 parents 253cbff + 786e946 commit 75a8ab3
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 75a8ab3

Please sign in to comment.