Skip to content

Commit

Permalink
feat: add order property
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Feb 17, 2025
1 parent 0bc1342 commit 788dc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokemon_v2/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4748,6 +4748,7 @@ def get_pokemon_moves(self, obj):
version_detail["move_learn_method"] = method_data[
move["move_learn_method"] - 1
]
version_detail["order"] = move["order"]

pokemon_move_details["version_group_details"].append(version_detail)

Expand Down

0 comments on commit 788dc18

Please sign in to comment.