@mx-cartographer/experiences 5.2.8-alpha.JB → 5.2.8-alpha.JB1

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.es.js CHANGED
@@ -1000,7 +1000,7 @@ class Ot {
1000
1000
  return i += t ? `&from_date=${t}` : "", this.fetchInstance.get(`${L.BEATS}?${i}`).then((n) => n.beats);
1001
1001
  };
1002
1002
  updateBeat = async (t) => {
1003
- const i = t.guid.startsWith("OFR") ? L.BEATS : L.OFFERS;
1003
+ const i = t.guid.startsWith("OFR") ? L.OFFERS : L.BEATS;
1004
1004
  return this.fetchInstance.put(`${i}/${t.guid}`, t).then((n) => n.beat);
1005
1005
  };
1006
1006
  }