From 2f13943781715067e683dcf0da3aca5bc4798d5d Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 14 Dec 2023 00:53:37 +0300 Subject: [PATCH] fix-operation --- services/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth.py b/services/auth.py index 954a95a1..e0efca5f 100644 --- a/services/auth.py +++ b/services/auth.py @@ -11,7 +11,7 @@ async def check_auth(req) -> (bool, int | None): # Logging the authentication token print(f"[services.auth] checking auth token: {token}") query_name = "validate_jwt_token" - opeation = "ValidateTokenå" + opeation = "ValidateToken" headers = { "Content-Type": "application/json", }