Skip to content

Commit

Permalink
ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 25, 2024
1 parent aeb2690 commit 3ef2639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def full_data(response: Response, code: Optional[str] = None, state: Optio

key_validation = secrets.token_urlsafe(32)

user_id = data["user"]["id"]
user_id = int(data["user"]["id"])
# validated earlier

record = await app.state.db.fetchrow("SELECT * FROM VALIDATION_KEYS SELECT user_id = $1", user_id)
Expand Down

0 comments on commit 3ef2639

Please sign in to comment.