Skip to content

Commit d0ba494

Browse files
authored
fix: chat user token (#3284)
1 parent 0badeb8 commit d0ba494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/auth/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ChatUserToken:
3333
def __init__(self, application_id, user_id, access_token, _type, chat_user_type, chat_user_id,
3434
authentication: ChatAuthentication):
3535
self.application_id = application_id
36-
self.user_id = user_id,
36+
self.user_id = user_id
3737
self.access_token = access_token
3838
self.type = _type
3939
self.chat_user_type = chat_user_type

0 commit comments

Comments
 (0)