forked from AkkomaGang/akkoma
Ensure empty array is returned for tags
This commit is contained in:
parent
257d8e78e5
commit
f3964f4024
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def render("show.json", %{user: user}) do
|
|||
"deactivated" => user.info.deactivated,
|
||||
"local" => user.local,
|
||||
"roles" => Info.roles(user.info),
|
||||
"tags" => user.tags
|
||||
"tags" => user.tags || []
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue