Skip to content

Commit

Permalink
fix: Fix my fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokelbaf committed Jun 11, 2024
1 parent c92407c commit dc44045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/models/starrail/chronicle/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StarRailNote(APIModel):
current_stamina: int
max_stamina: int
stamina_recover_time: datetime.timedelta
accepted_expedition_num: int
accepted_expedition_num: int = Aliased("accepted_epedition_num")
total_expedition_num: int
expeditions: typing.Sequence[StarRailExpedition]

Expand Down

0 comments on commit dc44045

Please sign in to comment.