Fix missing `account_warning` delegation in `NotificationGroup` (#30779)
This commit is contained in:
parent
1c65932776
commit
f723370c69
|
@ -29,5 +29,6 @@ class NotificationGroup < ActiveModelSerializers::Model
|
|||
:target_status,
|
||||
:report,
|
||||
:account_relationship_severance_event,
|
||||
:account_warning,
|
||||
to: :notification, prefix: false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue