Skip to content

Commit

Permalink
fixup! Bump standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxagon authored and GitHub Actions committed Nov 10, 2023
1 parent 4a6aeb4 commit 3a9486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/rakes/sends_pending_notifications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def sendable_today?(grouping_config, notification)

def pick_strategy(notification)
return @uses_email_to_deliver_notification if notification.use_email?
return @uses_slack_to_deliver_notification if notification.use_slack?
@uses_slack_to_deliver_notification if notification.use_slack?
end
end
end

0 comments on commit 3a9486a

Please sign in to comment.