about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-17 13:13:36 +0200
committerGitHub <noreply@github.com>2023-04-17 13:13:36 +0200
commit85b1b4582053927830503c7c3d2d0c120efe4c93 (patch)
tree0ff99cdcc2c52f884cc551ab499083e1dd798ab1
parent4601e0dcbb1c10dba16708662145dfa2595fee33 (diff)
Fix crash in NotifyService when trying to send an email notification for polls (#24558)
-rw-r--r--app/services/notify_service.rb1
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)