summaryrefslogtreecommitdiff
path: root/opendc/api
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2017-08-09 00:20:54 +0200
committerSacheendra Talluri <sacheendra.t@gmail.com>2017-08-09 00:20:54 +0200
commit777cb36dfb130af38fe095de6140b4a08883570d (patch)
tree81f8c23f72a951a40e4644b664d950c6f2d7ea05 /opendc/api
parent5d42f30ed30aa5b6970304569c6bd01c16078759 (diff)
Migrate to MariaDB
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'])