diff --git a/src/main.py b/src/main.py index 0650a95..47855d9 100644 --- a/src/main.py +++ b/src/main.py @@ -26,7 +26,6 @@ def hash_token(token: str) -> str: return sha256(token.encode()).hexdigest() class TokenRequest(BaseModel): - user_id : int token : str platform : str app_ver : str