@beam3_dev/api_module 0.0.109 → 0.0.110

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/wb3Api.js CHANGED
@@ -168,9 +168,9 @@ function E(e, t = void 0, n = void 0) {
168
168
  onComplete(i) {
169
169
  const r = typeof i == "string" ? JSON.parse(i) : i;
170
170
  if (console.log("_getServiceUrl", r), r && "platforms" in r) {
171
- const o = r.platforms.find((a) => {
172
- a.id, e.tenant.toUpperCase();
173
- });
171
+ const o = r.platforms.find(
172
+ (a) => a.id === e.tenant.toUpperCase()
173
+ );
174
174
  console.log("listServiceUrl", o), t && o ? t(o) : n && n("_getServiceUrl return listServiceUrl = undefined");
175
175
  } else
176
176
  n && n("_getServiceUrl return oResponse = undefined");