Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 9, 2024
1 parent 01165f7 commit 4421153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ class BaseUpload {
if (this.options.uploadLengthDeferred) {
req.setHeader('Upload-Defer-Length', '1')
} else {
req.setHeader('Upload-Length',`${this._size}`))
req.setHeader('Upload-Length', `${this._size}`)
}

// Add metadata if values have been added
Expand Down

0 comments on commit 4421153

Please sign in to comment.