This commit is contained in:
Emelia Smith 2024-11-25 17:05:04 +00:00 committed by GitHub
commit 77b29ed7f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ class Web::NotificationSerializer < ActiveModel::Serializer
end
def notification_id
object.id
object.id.to_s
end
def notification_type