Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 22, 2024
1 parent 04b5cbd commit ac4140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def generate_url(
redirect_int: typing.Optional[typing.Union[int, str]] = None,
):

print(type(client_id, type(user_id))
print(type(client_id), type(user_id))
if not client_id or not user_id:
return ORJSONResponse({"error": "Missing arguments(client_id or user_id)"}, status_code=401)

Expand Down

0 comments on commit ac4140c

Please sign in to comment.