Skip to content

Commit

Permalink
Merge pull request #495 from open5e/494-v2-documents-fails-upon-many-…
Browse files Browse the repository at this point in the history
…changes-in-the-backen

Bugfix for /v2/documents.
  • Loading branch information
augustjohnson authored Aug 3, 2024
2 parents 82e52c0 + 1fbf487 commit 933fb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_v2/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def stats(self):
'BackgroundBenefit',
'CreatureAction',
'CreatureActionAttack',
'CreatureTrait',
'SpellCastingOption',
'ItemRarity']
if model.__name__ in CHILD_MODEL_NAMES: continue
Expand Down

0 comments on commit 933fb82

Please sign in to comment.