Commit 02e4494a authored by Sean Arnold's avatar Sean Arnold

Fix call to owners_and_maintainers_without_invites

parent eabda104
......@@ -38,7 +38,7 @@ module EE
def mirror_was_hard_failed(project)
return if project.emails_disabled?
owners_and_maintainers_without_invites.each do |recipient|
owners_and_maintainers_without_invites(project).each do |recipient|
mailer.mirror_was_hard_failed_email(project.id, recipient.user.id).deliver_later
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment