summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2017-08-03 11:52:53 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-03 11:52:53 -0700
commit120fd3b3aea9cda81384c6488a1136c176ab3965 (patch)
treee3928ff6f6dd129080b743e54e2e05733bbaa8f4
parent17147f2027896c557cb52dbb5344b87e7d4db1ea (diff)
downloadgitlab-ce-refactor.notification-recipient-builders.tar.gz
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index a62085dffd4..df04b1a4fe3 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -372,7 +372,7 @@ class NotificationService
recipients = NotificationRecipientService.notifiable_users(
recipients, :subscription,
target: target,
- acting_user: current_user,
+ acting_user: current_user
)
label_names = labels.map(&:name)