From 14ef2af9c23abf6aae9c84408ba3aaec93872f05 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 23 Dec 2023 11:40:35 +0300 Subject: [PATCH] trig2 --- services/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/services/auth.py b/services/auth.py index 7903a90..51160ca 100644 --- a/services/auth.py +++ b/services/auth.py @@ -10,7 +10,6 @@ async def check_auth(req) -> str | None: token = req.headers.get("Authorization") user_id = "" if token: - # Logging the authentication token query_name = "validate_jwt_token" operation = "ValidateToken" headers = {