Skip to content

Commit d84c2bb

Browse files
Marius Kleidlm7kvqbe1
authored andcommitted
Fix linting issues
1 parent dc9bec4 commit d84c2bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/upload.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,12 +829,7 @@ export class BaseUpload {
829829
// Clear the stall reason after using it
830830
this._stallReason = undefined
831831

832-
throw new DetailedError(
833-
errorMessage,
834-
err,
835-
req,
836-
undefined,
837-
)
832+
throw new DetailedError(errorMessage, err, req, undefined)
838833
}
839834

840835
if (!inStatusCategory(res.getStatus(), 200)) {

0 commit comments

Comments
 (0)