@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.
@@ -5812,8 +5812,7 @@ class IssueCommentService extends BaseApiService {
5812
5812
  const offlineComment = offline({
5813
5813
  ...comment,
5814
5814
  author: store.getState().userReducer.currentUser.id,
5815
- submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
5816
- resolved: false
5815
+ submitted_at: (/* @__PURE__ */ new Date()).toISOString()
5817
5816
  });
5818
5817
  store.dispatch(addIssueComment(offlineComment));
5819
5818
  const promise = this.enqueueRequest({