summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notification_service.rb')
-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)