@overmap-ai/core 1.0.48-activity-history.3 → 1.0.48-activity-history.4

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.
@@ -5803,8 +5803,7 @@ var __publicField = (obj, key, value) => {
5803
5803
  const offlineComment = offline({
5804
5804
  ...comment,
5805
5805
  author: store.getState().userReducer.currentUser.id,
5806
- submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
5807
- resolved: false
5806
+ submitted_at: (/* @__PURE__ */ new Date()).toISOString()
5808
5807
  });
5809
5808
  store.dispatch(addIssueComment(offlineComment));
5810
5809
  const promise = this.enqueueRequest({