Commit 21f53782 authored by Luke Bennett's avatar Luke Bennett

Resolve notification_service.rb

parent 65bbf38e
......@@ -434,7 +434,6 @@ class NotificationService
recipients.each do |recipient|
mailer.send(method, recipient.user.id, target.id, status, current_user.id, recipient.reason).deliver_later
<<<<<<< HEAD
end
end
......@@ -459,8 +458,6 @@ class NotificationService
recipient = approver.user
mailer.add_merge_request_approver_email(recipient.id, merge_request.id, current_user.id).deliver_later
=======
>>>>>>> upstream/master
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