Missing .freeze on collection_update reference in notification.rb (#38628)
This commit is contained in:
parent
2ef9cceccd
commit
f429019f34
@ -85,7 +85,7 @@ class Notification < ApplicationRecord
|
||||
}.freeze,
|
||||
collection_update: {
|
||||
filterable: false,
|
||||
},
|
||||
}.freeze,
|
||||
}.freeze
|
||||
|
||||
TYPES = PROPERTIES.keys.freeze
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user