aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-14 05:27:44 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-14 05:27:44 -0500
commit42b934929b3cd247726ea87a85e3dce7c48b16b6 (patch)
tree8965d81a2e4c1924742a71c1d65258ceb298ec6c /src
parentc699f50dacdcf46e533fc630858e9cd46834534f (diff)
downloadbbj-42b934929b3cd247726ea87a85e3dce7c48b16b6.tar.gz
user_external was lacking an explicit bool()
Diffstat (limited to 'src')
-rw-r--r--src/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.py b/src/schema.py
index 7529c46..b8d3504 100644
--- a/src/schema.py
+++ b/src/schema.py
@@ -116,7 +116,7 @@ def user_external(
"quip": quip,
"bio": bio,
"color": color,
- "is_admin": admin,
+ "is_admin": bool(admin),
"created": created
}
Un proyecto texto-plano.xyz