Skip to content

Commit

Permalink
Remove needless arg
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <[email protected]>
  • Loading branch information
Murderlon and mifi authored Sep 26, 2023
1 parent 83755fa commit fe86200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3-multipart/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class HTTPCommunicationQueue {
uploadId, key, partNumber, body: chunkData, signal,
}).abortOn(signal)
} catch (err) {
const timeout = shouldRetrySignature(err)
const timeout = shouldRetrySignature()
if (timeout == null || signal.aborted) {
throw err
}
Expand Down

0 comments on commit fe86200

Please sign in to comment.