Fix crash in NotifyService when trying to send an email notification for post edits (#24460)

local
Claire 1 year ago committed by GitHub
parent aa136cf2fa
commit 99e3e152cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/services/notify_service.rb

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

Loading…
Cancel
Save