@beam3_dev/api_module 0.0.220 → 0.0.221

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
@@ -2312,7 +2312,7 @@ async function _t(e, t, s, n = void 0, i = void 0) {
2312
2312
  async function wt(e, t, s, n = void 0, i = void 0) {
2313
2313
  if (e.tenant) {
2314
2314
  const r = e.tenant.toLowerCase();
2315
- fetch(`https://api.uixhome.fr/${r}/iterop//businesstable/${s}/rows/?t=${t}`, {
2315
+ fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${s}/rows/?t=${t}`, {
2316
2316
  method: "POST"
2317
2317
  }).then((o) => o.json()).then((o) => {
2318
2318
  n && n(o);