Skip to content
Snippets Groups Projects
Commit 486da72f authored by micael.bergeron's avatar micael.bergeron
Browse files

fix a wrong method call in the refactor

parent 38f0f7e8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment