Missing .freeze on collection_update reference in notification.rb (#38628)

This commit is contained in:
Shlee 2026-04-10 00:06:54 +09:30 committed by GitHub
parent 2ef9cceccd
commit f429019f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ class Notification < ApplicationRecord
}.freeze,
collection_update: {
filterable: false,
},
}.freeze,
}.freeze
TYPES = PROPERTIES.keys.freeze