@mtgame/core 0.2.56 → 0.2.57

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.
@@ -7900,7 +7900,7 @@
7900
7900
  params = params.set('date_from', filters.date_from);
7901
7901
  }
7902
7902
  if (filters.date_to) {
7903
- params = params.set('date_from', filters.date_to);
7903
+ params = params.set('date_to', filters.date_to);
7904
7904
  }
7905
7905
  if (filters.isPlayoff !== undefined && filters.isPlayoff !== null) {
7906
7906
  params = params.set('is_playoff', filters.isPlayoff ? '1' : '0');