Skip to content

Commit

Permalink
added safe_name to PlayerUpdateFields
Browse files Browse the repository at this point in the history
  • Loading branch information
foksurek committed Oct 6, 2023
1 parent 6f546df commit dd3d386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/repositories/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class Player(TypedDict):

class PlayerUpdateFields(TypedDict, total=False):
name: str
safe_name: str
email: str
priv: int
country: str
Expand Down

0 comments on commit dd3d386

Please sign in to comment.