@camstack/sdk 0.1.37 → 0.1.39
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1017,7 +1017,7 @@ class System {
|
|
|
1017
1017
|
if (!cap) {
|
|
1018
1018
|
return { winner: this._serverUrl, switched: false };
|
|
1019
1019
|
}
|
|
1020
|
-
let endpoints
|
|
1020
|
+
let endpoints;
|
|
1021
1021
|
try {
|
|
1022
1022
|
const res = await cap.query({ port, ipv4Only: options?.ipv4Only, scheme });
|
|
1023
1023
|
endpoints = res.endpoints;
|