From 8cd9866309e45a97f6b88a4b86996d5331527ad3 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 12 Apr 2025 13:15:39 +0330 Subject: [PATCH] Fix Status --- core/scripts/webpanel/routers/api/v1/schema/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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