mmn-client-js 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/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7715,7 +7715,6 @@ class MmnClient {
|
|
|
7715
7715
|
body: JSON.stringify(request),
|
|
7716
7716
|
};
|
|
7717
7717
|
const response = await fetch(this.config.baseUrl, requestOptions);
|
|
7718
|
-
console.log('🚀 ~ MmnClient ~ makeRequest ~ response:', response);
|
|
7719
7718
|
clearTimeout(timeoutId);
|
|
7720
7719
|
if (!response.ok) {
|
|
7721
7720
|
throw new Error(`HTTP ${response.status}: ${response.statusText}`);
|