Fix missing `account_warning` delegation in `NotificationGroup` (#30779)

pull/29768/merge
Claire 6 months ago committed by GitHub
parent 1c65932776
commit f723370c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,5 +29,6 @@ class NotificationGroup < ActiveModelSerializers::Model
:target_status,
:report,
:account_relationship_severance_event,
:account_warning,
to: :notification, prefix: false
end

Loading…
Cancel
Save