Skip to content

Commit

Permalink
Update Upload.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VobileLiuZhiwu authored Jan 20, 2025
1 parent a228652 commit c7283d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib-storage/src/Upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class Upload extends EventEmitter {
}

if (this.uploadedParts.find(item => item.PartNumber === dataPart.partNumber) {
return;
continue;
}

// Use put instead of multipart for one chunk uploads.
Expand Down

0 comments on commit c7283d4

Please sign in to comment.