From c1b1d04557062759ba883f528d7866b056936a5e Mon Sep 17 00:00:00 2001
From: shaohuzhang1 <shaohu.zhang@fit2cloud.com>
Date: Tue, 17 Jun 2025 20:06:53 +0800
Subject: [PATCH] fix: chat user token

---
 apps/common/auth/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/common/auth/common.py b/apps/common/auth/common.py
index b8353957482..88e151582a3 100644
--- a/apps/common/auth/common.py
+++ b/apps/common/auth/common.py
@@ -33,7 +33,7 @@ class ChatUserToken:
     def __init__(self, application_id, user_id, access_token, _type, chat_user_type, chat_user_id,
                  authentication: ChatAuthentication):
         self.application_id = application_id
-        self.user_id = user_id,
+        self.user_id = user_id
         self.access_token = access_token
         self.type = _type
         self.chat_user_type = chat_user_type