Skip to content

Commit

Permalink
🐛 Fix zzz challenge floor buddy optional
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jul 15, 2024
1 parent 910a0c1 commit d27e6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simnet/models/zzz/chronicle/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ZZZFloorNode(APIModel):
"""A node"""

avatars: List[ZZZChallengeCharacter]
buddy: ZZZBaseBuddy
buddy: Optional[ZZZBaseBuddy]
element_type_list: List[int]
monster_info: ZZZFloorMonster

Expand Down

0 comments on commit d27e6e9

Please sign in to comment.