diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-04-17 13:13:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 13:13:36 +0200 |
commit | 85b1b4582053927830503c7c3d2d0c120efe4c93 (patch) | |
tree | 0ff99cdcc2c52f884cc551ab499083e1dd798ab1 | |
parent | 4601e0dcbb1c10dba16708662145dfa2595fee33 (diff) |
Fix crash in NotifyService when trying to send an email notification for polls (#24558)
-rw-r--r-- | app/services/notify_service.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb index 069f370cf..ad9e6e3d6 100644 --- a/app/services/notify_service.rb +++ b/app/services/notify_service.rb @@ -7,6 +7,7 @@ class NotifyService < BaseService admin.report admin.sign_up update + poll ).freeze def call(recipient, type, activity) |