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 9221c7c commit c1b1d04Copy full SHA for c1b1d04
apps/common/auth/common.py
@@ -33,7 +33,7 @@ class ChatUserToken:
33
def __init__(self, application_id, user_id, access_token, _type, chat_user_type, chat_user_id,
34
authentication: ChatAuthentication):
35
self.application_id = application_id
36
- self.user_id = user_id,
+ self.user_id = user_id
37
self.access_token = access_token
38
self.type = _type
39
self.chat_user_type = chat_user_type
0 commit comments