Skip to content

Commit

Permalink
fix: downloader and uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmichel committed May 25, 2023
1 parent 3230e46 commit a2b33a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UploadFile/uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export class Uploader {
reject('eeor'); // new AbortError()
delete this.activeConnections[part.PartNumber - 1];
};
xhr.send(data)
xhr.send(file)
} else {
reject();
}
Expand Down

0 comments on commit a2b33a2

Please sign in to comment.