@overmap-ai/core 1.0.53-fix-outbox.2 → 1.0.53-fix-outbox.3

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.
@@ -5004,11 +5004,7 @@ function discard(reason, action, retries = 0) {
5004
5004
  return false;
5005
5005
  }
5006
5006
  function peek(_array, _item, _context) {
5007
- const ret = getOutboxCoordinator().peek();
5008
- if (!ret) {
5009
- throw new Error(`Peek returned ${ret}`);
5010
- }
5011
- return ret;
5007
+ return getOutboxCoordinator().peek();
5012
5008
  }
5013
5009
  function retry(_action, _retries) {
5014
5010
  getClientStore().dispatch(_setLatestRetryTime((/* @__PURE__ */ new Date()).getTime()));