@qite/tide-client 1.1.64 → 1.1.65
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/web-client.ts +1 -1
package/build/index.js
CHANGED
|
@@ -6650,7 +6650,7 @@ var ContactForm = function (config, request, signal) {
|
|
|
6650
6650
|
var url = "" + config.host + ENDPOINT_CONTACT_FORM$1;
|
|
6651
6651
|
var apiKey = config.apiKey;
|
|
6652
6652
|
var body = JSON.stringify(request);
|
|
6653
|
-
return post(url, apiKey, body, config.token, signal);
|
|
6653
|
+
return post(url, apiKey, body, config.token, signal, true);
|
|
6654
6654
|
};
|
|
6655
6655
|
/**
|
|
6656
6656
|
* api/web/affiliates
|