Skip to content

Commit

Permalink
quiet now!
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Mar 27, 2024
1 parent 06eb455 commit aacf28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/email_notifications/send_all.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module EmailNotifications
class SendAll < Baseline::Service
def call
check_uniqueness
check_uniqueness on_error: :return

EmailNotification.all.each do |email_notification|
if email_notification.notifiable.compats.pending.none?
Expand Down

0 comments on commit aacf28d

Please sign in to comment.