vtb-appit 0.1.24 → 0.1.25
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/appit.js +1 -1
- package/package.json +1 -1
package/appit.js
CHANGED
|
@@ -990,7 +990,7 @@ class Appit {
|
|
|
990
990
|
let accommodation = this.clean(JSON.parse(JSON.stringify(accommodations[i])));
|
|
991
991
|
let labels = this.getLabels(accommodations[i]);
|
|
992
992
|
|
|
993
|
-
const images = (accommodation.images && accommodation.images.length) ? await this.getImages(accommodation.images, 'original/
|
|
993
|
+
const images = (accommodation.images && accommodation.images.length) ? await this.getImages(accommodation.images, 'original/original') : {};
|
|
994
994
|
delete accommodation.images;
|
|
995
995
|
|
|
996
996
|
const accommodationData = {...accommodation, ...images, labels: labels, excursion_id: this.history.excursionId};
|