@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.
- package/bundles/stemy-backend.umd.js +1 -1
- package/bundles/stemy-backend.umd.js.map +1 -1
- package/bundles/stemy-backend.umd.min.js +1 -1
- package/bundles/stemy-backend.umd.min.js.map +1 -1
- package/esm2015/rest-controllers/assets.controller.js +2 -2
- package/fesm2015/stemy-backend.js +1 -1
- package/fesm2015/stemy-backend.js.map +1 -1
- package/package.json +1 -1
- package/rest-controllers/assets.controller.d.ts +1 -1
|
@@ -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("
|
|
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;
|