@como/como-client
Advanced tools
Comparing version 0.1.47 to 0.1.48
{ | ||
"name": "@como/como-client", | ||
"version": "0.1.47", | ||
"version": "0.1.48", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "src/como.js", |
@@ -698,9 +698,8 @@ const moment = require('moment-timezone'); | ||
const { | ||
token, installationId, locationId, env_params: env, | ||
installationId, | ||
} = this.comoData; | ||
return urlsUtils.appendQuery( | ||
`${url}?token=${token}&locationid=${locationId}`, | ||
`${url}`, | ||
{ | ||
...this.getCredentials(), | ||
installationId, | ||
@@ -707,0 +706,0 @@ ...overrides, |
Sorry, the diff of this file is too big to display
195631
4261