Fix what was intended as a comment being interpreted as strings (#31398)

pull/2813/head
Claire 2024-08-13 10:48:10 +02:00 committed by GitHub
parent 862e793b45
commit 2ed13071ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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