Skip to content

Commit

Permalink
Remove clan_privileges column (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jun 25, 2024
1 parent 492f6d2 commit cc088a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/repositories/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class User(TypedDict):
previous_overwrite: int
whitelist: int
clan_id: int
clan_privileges: int
userpage_allowed: int


Expand Down

0 comments on commit cc088a2

Please sign in to comment.