@stemy/backend 2.9.1 → 2.9.2

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.
@@ -4580,7 +4580,7 @@
4580
4580
  var asset;
4581
4581
  return __generator(this, function (_c) {
4582
4582
  switch (_c.label) {
4583
- case 0: return [4 /*yield*/, this.getAsset("Asset", id, params.lazy, res)];
4583
+ case 0: return [4 /*yield*/, this.getAsset("Image", id, params.lazy, res)];
4584
4584
  case 1:
4585
4585
  asset = _c.sent();
4586
4586
  params.rotation = params.rotation || rotation;