@overmap-ai/core 1.0.35-debug-file.0 → 1.0.35-debug-file.1
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
|
@@ -3904,7 +3904,7 @@ class AttachmentService extends BaseApiService {
|
|
|
3904
3904
|
method: HttpMethod.PATCH,
|
|
3905
3905
|
url: `/attachments/${attachment.offline_id}/`,
|
|
3906
3906
|
isResponseBlob: false,
|
|
3907
|
-
payload: fileProps,
|
|
3907
|
+
payload: { ...fileProps, file_type: newFile.type },
|
|
3908
3908
|
blockers: [attachmentId, newSha1],
|
|
3909
3909
|
blocks: [attachmentId, newSha1]
|
|
3910
3910
|
});
|