@camstack/sdk 0.1.37 → 0.1.38

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 CHANGED
@@ -1015,7 +1015,7 @@ class System {
1015
1015
  if (!cap) {
1016
1016
  return { winner: this._serverUrl, switched: false };
1017
1017
  }
1018
- let endpoints = [];
1018
+ let endpoints;
1019
1019
  try {
1020
1020
  const res = await cap.query({ port, ipv4Only: options?.ipv4Only, scheme });
1021
1021
  endpoints = res.endpoints;