parameter spacing for quip

pull/4/head
Blake DeMarcy 2017-03-01 11:02:04 -06:00
parent ed34281a9b
commit d6b6190664
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ def error(code, description):
def user_internal(ID, auth_hash, name, quip, bio, admin):
return {
"user_id": ID,
"quip": quip,
"quip": quip,
"name": name,
"bio": bio,
"admin": admin,
@ -40,7 +40,7 @@ def user_internal(ID, auth_hash, name, quip, bio, admin):
def user_external(ID, name, quip, bio, admin):
return {
"user_id": ID,
"quip": quip,
"quip": quip,
"name": name,
"bio": bio,
"admin": admin