load-chats-debug

This commit is contained in:
2024-01-24 10:36:50 +03:00
parent 8901ded662
commit cbd77122a5
4 changed files with 23 additions and 5 deletions

View File

@@ -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 = {