diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb index b36bc90c884..0e1527c1a7a 100644 --- a/app/services/notification_recipient_service.rb +++ b/app/services/notification_recipient_service.rb @@ -44,6 +44,7 @@ module NotificationRecipientService raise 'abstract' end + # rubocop:disable Rails/Delegate def project target.project end