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

th-downstream
Claire 2 years ago committed by GitHub
parent e2760bd0ee
commit 27fab2ce37

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

Loading…
Cancel
Save