@como/como-client
Advanced tools
Comparing version 0.7.75 to 0.7.76
{ | ||
"name": "@como/como-client", | ||
"version": "0.7.75", | ||
"version": "0.7.76", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "src/como.js", |
@@ -429,3 +429,3 @@ const moment = require('moment-timezone'); | ||
}catch(e){ | ||
console.log(`downloadMainResource failed, resourceId:${resourceId}, locationId:${locationId}, this.comoData.mainResourcesMap: ${this.comoData.mainResourcesMap}, error: ${e}`); | ||
console.log(`downloadMainResource failed, resourceId:${resourceId}, locationId:${this.comoData.locationId}, this.comoData.mainResourcesMap: ${this.comoData.mainResourcesMap}, error: ${e}`); | ||
throw new Error(e); | ||
@@ -432,0 +432,0 @@ } |
Sorry, the diff of this file is too big to display
225044