Fix error on `status` type notification (bell icon) (#26884)

local
Claire 8 months ago committed by GitHub
parent bd06c13204
commit 20ac5be1c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/services/notify_service.rb

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

Loading…
Cancel
Save