vtb-appit 0.0.71 → 0.0.72

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
@@ -219,7 +219,7 @@ class Appit {
219
219
  let model = await this.createFlight({...flight, excursion_id: this.history.excursionId});
220
220
  flightsHistory[flights[i].object_id] = model.data.id;
221
221
  } else {
222
- await this.updateFlight(id, {...flight, excursion_id: this.history.excursionId});
222
+ let model = await this.updateFlight(id, {...flight, excursion_id: this.history.excursionId});
223
223
  flightsHistory[flights[i].object_id] = model.data.id;
224
224
  }
225
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {