@mtgame/core 2.0.19 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -697,7 +697,6 @@ TournamentTeam = __decorate([
697
697
  division: nestedModel(TournamentDivision),
698
698
  additionalData: nestedModel(TeamAdditionalData),
699
699
  fieldValues: listField(nestedModel(TournamentTeamFieldValue)),
700
- tournament: nestedModel(Tournament),
701
700
  }
702
701
  })
703
702
  ], TournamentTeam);