@in.pulse-crm/sdk 2.0.9 → 2.0.11
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/dist/customers.client.js
CHANGED
|
@@ -46,7 +46,7 @@ class CustomersClient extends api_client_1.default {
|
|
|
46
46
|
if (params.toString()) {
|
|
47
47
|
baseUrl += `?${params.toString()}`;
|
|
48
48
|
}
|
|
49
|
-
const response = await this.httpClient.get(
|
|
49
|
+
const response = await this.httpClient.get(baseUrl);
|
|
50
50
|
return response.data;
|
|
51
51
|
}
|
|
52
52
|
/**
|
package/package.json
CHANGED
package/src/customers.client.ts
CHANGED