zudello-integration-sdk 1.0.7 → 1.0.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudello-integration-sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Zudello Integrations SDK",
5
5
  "main": "./src/index.js",
6
6
  "repository": {
@@ -162,7 +162,7 @@ class ZudelloSDK extends BaseSDK {
162
162
 
163
163
  const response = await this.getFileAttachment({ uuid, type });
164
164
 
165
- return await axios.get(response.data.url);
165
+ return await axios.get(response.data);
166
166
  }
167
167
 
168
168
  async update({