Skip to content
Snippets Groups Projects
Unverified Commit c476dfc7 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix nodeinfo metadata attribute being an array instead of an object (#20114)

Fixes #20111
parent 476e74b4
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
end
def metadata
[]
{}
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment