@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.
@@ -4590,6 +4590,8 @@ class AttachmentService extends BaseApiService {
4590
4590
  await this.client.files.addCache(attachmentPayload.file, file_sha1);
4591
4591
  this.client.store.dispatch(addIssueAttachment(offlineAttachment));
4592
4592
  const [fileProps] = await this.client.files.uploadFileToS3(file_sha1);
4593
+ console.debug("fileProps", fileProps);
4594
+ console.debug("offlineAttachment", offlineAttachment);
4593
4595
  const promise = this.enqueueRequest({
4594
4596
  description: "Create attachment",
4595
4597
  method: HttpMethod.POST,