Fix crash in NotifyService when trying to send an email notification for post edits

This commit is contained in:
Claire 2023-04-08 09:09:10 +02:00 committed by Jeremy Kescher
parent cbd22f414a
commit c47da8c88b
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940

View file

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