Fix nodeinfo metadata attribute being an array instead of an object (#20114)
Fixes #20111
This commit is contained in:
parent
a6bd6f5b6a
commit
5f391239e3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def metadata
|
def metadata
|
||||||
[]
|
{}
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue