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.
Files changed (2) hide show
  1. package/appit.js +1 -1
  2. 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/lg') : {};
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};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},