We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295fbfc commit 9013119Copy full SHA for 9013119
app/notifiers/newsletter_notifier.rb
@@ -50,7 +50,7 @@ def assert_test_recipients!
50
test_recipients = User.test_recipients.pluck(:email)
51
52
if recipients.any? { |user| test_recipients.exclude?(user.email) }
53
- raise Error, "Attempted to deliver test newsletter to non-test recipients: #{id}"
+ raise Error, "Attempted to deliver test newsletter to non-test recipients: #{id}"
54
end
55
56
0 commit comments