fix a wrong method call in the refactor
This commit is contained in:
parent
38f0f7e8cc
commit
486da72f28
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module EmailHelpers
|
|||
end
|
||||
|
||||
def should_not_email(user, recipients: email_recipients)
|
||||
should_email(user, times: 0)
|
||||
should_email(user, times: 0, recipients: recipients)
|
||||
end
|
||||
|
||||
def should_not_email_anyone
|
||||
|
|
Loading…
Reference in a new issue