load-chats-debug
This commit is contained in:
@@ -16,7 +16,6 @@ async def check_auth(req) -> str | None:
|
||||
user_id = ""
|
||||
if token:
|
||||
# Logging the authentication token
|
||||
# print(f"[services.auth] checking auth token: {token}")
|
||||
query_name = "validate_jwt_token"
|
||||
operation = "ValidateToken"
|
||||
headers = {
|
||||
|
Reference in New Issue
Block a user