Skip to content

Commit

Permalink
chore: fix pr
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth authored Aug 25, 2023
1 parent e0dbe07 commit ba3930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiosu/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class Achievement(BaseModel):
id: int
name: str
slug: str
description: str # typo desciption
description: str
grouping: str
icon_url: str
mode: Optional[Gamemode] = None
ordering: int
mode: Optional[Gamemode] = None
instructions: Optional[str] = None


Expand Down

0 comments on commit ba3930c

Please sign in to comment.