Fix crash in NotifyService when trying to send an email notification for polls (#24558)

This commit is contained in:
Claire 2023-04-17 13:13:36 +02:00 committed by GitHub
parent 4601e0dcbb
commit 85b1b45820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class NotifyService < BaseService
admin.report
admin.sign_up
update
poll
).freeze
def call(recipient, type, activity)