@mtgame/core 0.0.74 → 0.0.75

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.
@@ -2809,7 +2809,7 @@
2809
2809
  return __generator(this, function (_a) {
2810
2810
  params = new http.HttpParams();
2811
2811
  if (width && height) {
2812
- params.set('width', width.toString()).set('height', height.toString());
2812
+ params = params.set('width', width.toString()).set('height', height.toString());
2813
2813
  }
2814
2814
  formData = new FormData();
2815
2815
  formData.append('file', fileData, filename);