Compare commits

...

2 Commits

Author SHA1 Message Date
Emelia Smith
2ad5dd189f
Merge ff4bf50d8c into c442589593 2025-07-10 08:06:39 +00:00
Emelia Smith
ff4bf50d8c
Ensure notification IDs are always strings 2024-11-02 03:01:44 +01:00

View File

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