@overmap-ai/core 1.0.46-project-attachments.1 → 1.0.46-project-attachments.2
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/overmap-core.js
CHANGED
|
@@ -7319,7 +7319,7 @@ class DocumentService extends BaseApiService {
|
|
|
7319
7319
|
store.dispatch(updateDocuments([documentToBeUpdated]));
|
|
7320
7320
|
const promise = this.enqueueRequest({
|
|
7321
7321
|
description: "Delete Document",
|
|
7322
|
-
method: HttpMethod.
|
|
7322
|
+
method: HttpMethod.PATCH,
|
|
7323
7323
|
url: `/documents/${document2.offline_id}`,
|
|
7324
7324
|
blockers: [document2.offline_id],
|
|
7325
7325
|
blocks: [document2.offline_id]
|