voice-router-dev 0.1.4 → 0.1.5
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1436,7 +1436,7 @@ var GladiaAdapter = class extends BaseAdapter {
|
|
|
1436
1436
|
piiRedaction: false
|
|
1437
1437
|
// Gladia doesn't have PII redaction in their API
|
|
1438
1438
|
};
|
|
1439
|
-
this.baseUrl = "https://api.gladia.io
|
|
1439
|
+
this.baseUrl = "https://api.gladia.io";
|
|
1440
1440
|
}
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Get axios config for generated API client functions
|