Skip to content

Commit

Permalink
Update src/internal/client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Oct 24, 2024
1 parent 0ade4f6 commit 709448a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2656,8 +2656,6 @@ export class TypedClient {
const query = `uploadId=${uploadID}&partNumber=${partNumber}`
const requestOptions = { method, bucketName, objectName: objectName, query, headers }
const res = await this.makeRequestAsync(requestOptions, payload)
// const body = await readAsString(res)
// const partRes = uploadPartParser(body)
return {
etag: sanitizeETag(res.headers.etag),
key: objectName,
Expand Down

0 comments on commit 709448a

Please sign in to comment.