Skip to content

Commit

Permalink
Fix nodeinfo metadata attribute being an array instead of an object (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and kadoshita committed Nov 19, 2022
1 parent 95115ad commit 1942d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/nodeinfo/serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def open_registrations
end

def metadata
[]
{}
end

private
Expand Down

0 comments on commit 1942d19

Please sign in to comment.