user_external was lacking an explicit bool()
This commit is contained in:
parent
c699f50dac
commit
42b934929b
@ -116,7 +116,7 @@ def user_external(
|
||||
"quip": quip,
|
||||
"bio": bio,
|
||||
"color": color,
|
||||
"is_admin": admin,
|
||||
"is_admin": bool(admin),
|
||||
"created": created
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user