Compare commits

...

2 Commits

Author SHA1 Message Date
Emelia Smith
c92962d15d
Merge ff4bf50d8c into 94bceb8683 2025-07-11 14:05:42 +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
def notification_id
object.id
object.id.to_s
end
def notification_type