@beam3_dev/api_module 0.0.108 → 0.0.109
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 +1 -1
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -171,7 +171,7 @@ function E(e, t = void 0, n = void 0) {
|
|
|
171
171
|
const o = r.platforms.find((a) => {
|
|
172
172
|
a.id, e.tenant.toUpperCase();
|
|
173
173
|
});
|
|
174
|
-
t && o ? t(o) : n && n("_getServiceUrl return listServiceUrl = undefined");
|
|
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");
|
|
177
177
|
},
|