From 2ed13071ef110f3d7d11938e760fde7cabf58388 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 13 Aug 2024 10:48:10 +0200 Subject: [PATCH] Fix what was intended as a comment being interpreted as strings (#31398) --- app/services/notify_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb index 788381fe6b1..695f4153c6c 100644 --- a/app/services/notify_service.rb +++ b/app/services/notify_service.rb @@ -5,6 +5,7 @@ class NotifyService < BaseService MAXIMUM_GROUP_SPAN_HOURS = 12 + # TODO: the severed_relationships type probably warrants email notifications NON_EMAIL_TYPES = %i( admin.report admin.sign_up @@ -12,7 +13,6 @@ class NotifyService < BaseService poll status moderation_warning - # TODO: this probably warrants an email notification severed_relationships ).freeze