Skip to content

Commit 251205a

Browse files
committed
lint
1 parent 251205f commit 251205a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/@uppy/xhr-upload/src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@ export default class XHRUpload<
399399
? opts.endpoint
400400
: await opts.endpoint(file)
401401
return fetch(endpoint, {
402-
...opts,
403-
body,
404-
signal: controller.signal,
405-
})
402+
...opts,
403+
body,
404+
signal: controller.signal,
405+
})
406406
})
407407

408408
events.onFileRemove(file.id, () => controller.abort())

0 commit comments

Comments
 (0)