@radio-retail/api-client
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -60,3 +60,3 @@ const getData = require('../utils/get-raw-data'); | ||
config.params = params; | ||
return instance.get(`${baseRoute}/${clientId}/accounts`).then(getData(config.raw)); | ||
return instance.get(`${baseRoute}/${clientId}/accounts`, config).then(getData(config.raw)); | ||
}, | ||
@@ -63,0 +63,0 @@ |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12058