Remove 'retryTimeout' - that's just the timer ID, nothing useful
This commit is contained in:
parent
6fffae6d46
commit
47043bc965
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ export function makeResumableUploadRequest(
|
|||
url: uploader.url,
|
||||
...(uploader._fingerprint ? { fingerprint: uploader._fingerprint } : {}),
|
||||
...(uploader._retryAttempt ? { retryAttempt: uploader._retryAttempt } : {}),
|
||||
...(uploader._retryTimeout ? { retryTimeout: uploader._retryTimeout } : {}),
|
||||
...(uploader._offsetBeforeRetry ? { offsetBeforeRetry: uploader._offsetBeforeRetry } : {}),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue