@overmap-ai/core 1.0.48-form-submission-view.1 → 1.0.48-issue-attachment-bug.0
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.
|
@@ -4581,6 +4581,8 @@ var __publicField = (obj, key, value) => {
|
|
|
4581
4581
|
await this.client.files.addCache(attachmentPayload.file, file_sha1);
|
|
4582
4582
|
this.client.store.dispatch(addIssueAttachment(offlineAttachment));
|
|
4583
4583
|
const [fileProps] = await this.client.files.uploadFileToS3(file_sha1);
|
|
4584
|
+
console.debug("fileProps", fileProps);
|
|
4585
|
+
console.debug("offlineAttachment", offlineAttachment);
|
|
4584
4586
|
const promise = this.enqueueRequest({
|
|
4585
4587
|
description: "Create attachment",
|
|
4586
4588
|
method: HttpMethod.POST,
|