diff options
author | http://jneen.net/ <jneen@jneen.net> | 2017-07-31 15:04:42 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2017-08-03 09:07:18 -0700 |
commit | 18288fe21e12bb524757a97472008eabfca5a352 (patch) | |
tree | 06aa2f38e4413d601a6c499e7a54c0cbb13c6755 /app/services/notification_recipient_service.rb | |
parent | e7d136ebdabf3f784412b859bf3ad7427c88e7f6 (diff) | |
download | gitlab-ce-18288fe21e12bb524757a97472008eabfca5a352.tar.gz |
style fixes
Diffstat (limited to 'app/services/notification_recipient_service.rb')
-rw-r--r-- | app/services/notification_recipient_service.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb index d412e5414b3..083b5f2d229 100644 --- a/app/services/notification_recipient_service.rb +++ b/app/services/notification_recipient_service.rb @@ -56,7 +56,8 @@ module NotificationRecipientService end def make_recipient(user, type) - NotificationRecipient.new(user, type, + NotificationRecipient.new( + user, type, project: project, custom_action: custom_action, target: target, |