]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changeset_comments/index.json.jbuilder
Bump @types/jquery from 3.5.32 to 3.5.33
[rails.git] / app / views / api / changeset_comments / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.comments(@comments) do |comment|
4   json.partial! comment
5 end