@beam3_dev/api_module 0.0.221 → 0.0.222

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
@@ -2300,7 +2300,7 @@ async function St(e, t, s = void 0, n = void 0) {
2300
2300
  async function _t(e, t, s, n = void 0, i = void 0) {
2301
2301
  if (e.tenant) {
2302
2302
  const r = e.tenant.toLowerCase();
2303
- fetch(`https://api.uixhome.fr/${r}/iterop//businesstable/${s}?t=${t}`, {
2303
+ fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${s}?t=${t}`, {
2304
2304
  method: "POST"
2305
2305
  }).then((o) => o.json()).then((o) => {
2306
2306
  n && n(o);