@mtgame/core 0.2.62 → 0.2.63

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.
@@ -7827,7 +7827,7 @@
7827
7827
  try {
7828
7828
  for (includes_1 = __values(includes), includes_1_1 = includes_1.next(); !includes_1_1.done; includes_1_1 = includes_1.next()) {
7829
7829
  include = includes_1_1.value;
7830
- params.append('include', include);
7830
+ params = params.append('include', include);
7831
7831
  }
7832
7832
  }
7833
7833
  catch (e_7_1) { e_7 = { error: e_7_1 }; }