Linting fixes
This commit is contained in:
Vendored
+2
-4
@@ -45,16 +45,14 @@ export interface DownloadOptions {
|
||||
*
|
||||
* @default 30000
|
||||
*/
|
||||
timeoutInMs?: number
|
||||
timeoutInMs?: number
|
||||
|
||||
|
||||
/**
|
||||
* Time after which download should be aborted if stuck
|
||||
*
|
||||
* @default 2700000
|
||||
*/
|
||||
abortTimeInMs?: number
|
||||
|
||||
abortTimeInMs?: number
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user