diff --git a/core/scripts/webpanel/routers/api/v1/schema/user.py b/core/scripts/webpanel/routers/api/v1/schema/user.py index b35ab03..1db0af8 100644 --- a/core/scripts/webpanel/routers/api/v1/schema/user.py +++ b/core/scripts/webpanel/routers/api/v1/schema/user.py @@ -12,7 +12,7 @@ class UserInfoResponse(BaseModel): expiration_days: int account_creation_date: str blocked: bool - status: str + status: str | None = None upload_bytes: int | None = None download_bytes: int | None = None