summaryrefslogtreecommitdiff
path: root/opendc/api
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api')
-rw-r--r--opendc/api/v1/users/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/api/v1/users/endpoint.py b/opendc/api/v1/users/endpoint.py
index 7e381ed5..1c971b56 100644
--- a/opendc/api/v1/users/endpoint.py
+++ b/opendc/api/v1/users/endpoint.py
@@ -52,7 +52,7 @@ def POST(request):
return Response(400, e.message)
# Instantiate a User
-
+
request.params_body['user']['googleId'] = request.google_id
user = User.from_JSON(request.params_body['user'])