diff --git a/src/main/java/com/climeet/climeet_backend/domain/shorts/ShortsService.java b/src/main/java/com/climeet/climeet_backend/domain/shorts/ShortsService.java index a6622b60..10306a5d 100644 --- a/src/main/java/com/climeet/climeet_backend/domain/shorts/ShortsService.java +++ b/src/main/java/com/climeet/climeet_backend/domain/shorts/ShortsService.java @@ -95,8 +95,7 @@ public void uploadShorts(User user, MultipartFile video, .map(followRelationship -> followRelationship.getFollower().getId() ).toList(); - - fcmNotificationService.sendMultipleUser(userIdList, NotificationType.UPLOAD_NEW_SHORTS.getTitle(user.getProfileName()), NotificationType.UPLOAD_NEW_SHORTS.getMessage()); + //fcmNotificationService.sendSingleUser(, NotificationType.UPLOAD_NEW_SHORTS.getTitle(user.getProfileName()), NotificationType.UPLOAD_NEW_SHORTS.getMessage()); } public PageResponseDto> findShortsLatest(User user, Long gymId,