@eka-care/ekascribe-ts-sdk 1.4.38 → 1.4.40
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.
|
@@ -10,9 +10,7 @@ export const getConfigV2 = async () => {
|
|
|
10
10
|
},
|
|
11
11
|
};
|
|
12
12
|
const response = await fetchWrapper(`${GET_EKA_VOICE_HOST_V2()}/config/`, options);
|
|
13
|
-
console.log(response, 'response in getConfigV2');
|
|
14
13
|
const res = await response.json();
|
|
15
|
-
console.log(res, 'res in getConfigV2');
|
|
16
14
|
return {
|
|
17
15
|
...res,
|
|
18
16
|
code: response.status,
|