Add picture node to user template

This commit is contained in:
Justin Edmund 2022-03-04 03:57:35 -08:00
parent e7099b2d34
commit b5ba7725d2

View file

@ -3,6 +3,12 @@ object :user
attributes :id,
:username,
:granblue_id,
:picture,
:language,
:private
:private
node :picture do |u|
{
:picture => u.picture,
:element => u.element
}
end