Skip to content

Commit

Permalink
fix(zzz): Fix validation error on Character model
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Aug 9, 2024
1 parent 5486d5e commit ad64089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hakushin/models/zzz/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Character(APIModel):
specialty: ZZZSpecialty = Field(alias="type")
element: ZZZElement | None
attack_type: ZZZAttackType | None = Field(alias="hit")
image: str
image: str = Field(alias="icon")
en_description: str = Field(alias="desc")
names: dict[Literal["EN", "KO", "CHS", "JA"], str]

Expand Down

0 comments on commit ad64089

Please sign in to comment.