@eka-care/ekascribe-ts-sdk 2.0.28 → 2.0.29
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -54615,7 +54615,7 @@ class SystemCompatibilityManager {
|
|
|
54615
54615
|
*/
|
|
54616
54616
|
async pingApi() {
|
|
54617
54617
|
try {
|
|
54618
|
-
return (await fetchWrapper(
|
|
54618
|
+
return (await fetchWrapper("https://api.eka.care/voice/ping", {
|
|
54619
54619
|
method: "GET"
|
|
54620
54620
|
})).ok;
|
|
54621
54621
|
} catch (a) {
|