@mtgame/core 0.2.29 → 0.2.30

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.
@@ -7620,6 +7620,9 @@
7620
7620
  if (filters.tournamentRoundId) {
7621
7621
  params = params.set('tournament_round_id', filters.tournamentRoundId.toString());
7622
7622
  }
7623
+ if (filters.tournamentGroupId) {
7624
+ params = params.set('tournament_group_id', filters.tournamentGroupId.toString());
7625
+ }
7623
7626
  if (filters.divisionId) {
7624
7627
  params = params.set('division_id', filters.divisionId.toString());
7625
7628
  }