fix-operation
All checks were successful
deploy / deploy (push) Successful in 1m40s

This commit is contained in:
Untone 2023-12-14 00:53:37 +03:00
parent afb65d396b
commit 2f13943781

View File

@ -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",
}