Skip to content

Commit

Permalink
@uppy/aws-s3: fix remote uploads (#4546)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 5, 2023
1 parent eba604e commit 169de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default class AwsS3 extends UploaderPlugin {

const uploadPromise = this.uploadRemoteFile(file, { signal: controller.signal })

this.requests.wrapSyncFunction(() => {
this.#requests.wrapSyncFunction(() => {
this.uppy.off('file-removed', removedHandler)
}, { priority: -1 })()

Expand Down

0 comments on commit 169de84

Please sign in to comment.