We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0120beb commit a4acc12Copy full SHA for a4acc12
warrant/__init__.py
@@ -63,7 +63,7 @@ def create_user(self, user_id="", email=""):
63
else:
64
payload = { "userId": user_id }
65
if email != "":
66
- payloay.update({ "email": email })
+ payload.update({ "email": email })
67
json = self._make_post_request(uri="/v1/users", json=payload)
68
return json['userId']
69
0 commit comments