Skip to content

Commit

Permalink
Merge pull request #657 from tukcomCD2024/fix/notification_enable-B-n…
Browse files Browse the repository at this point in the history
…otification-#656

fix : notification_enable 조건 삭제
  • Loading branch information
seokho-1116 authored Aug 29, 2024
2 parents a16b8c5 + a8bede1 commit 2234cb0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class NotificationSendValidator {

public boolean canSend(MemberNotificationInfoDto memberNotificationInfoDto) {
return memberNotificationInfoDto != null
&& memberNotificationInfoDto.notificationEnabled()
&& memberNotificationInfoDto.fcmToken() != null
&& !memberNotificationInfoDto.fcmToken().isBlank();
}
Expand Down

0 comments on commit 2234cb0

Please sign in to comment.