Skip to content

Commit

Permalink
fix: correct typo in WormsNode.aphiaId
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
kevinsbarnard committed Feb 21, 2024
1 parent 11c0112 commit 5feeeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fathomnet/dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,6 @@ class FollowedTopic(Topic):
class WormsNode:
name: Optional[str] = None
rank: Optional[str] = None
apiaId: Optional[int] = None
aphiaId: Optional[int] = None
alternateNames: Optional[List[str]] = None
children: Optional[List['WormsNode']] = None

0 comments on commit 5feeeb0

Please sign in to comment.