Skip to content

Commit

Permalink
make users_usage Optional (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMohammad20000 authored Nov 25, 2024
1 parent e157895 commit 497ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Admin(BaseModel):
is_sudo: bool
telegram_id: Optional[int]
discord_webhook: Optional[str]
users_usage: int
users_usage: Optional[int]

class Config:
orm_mode = True
Expand Down

0 comments on commit 497ca90

Please sign in to comment.