Skip to content

Commit c41c89f

Browse files
authored
refactor: remove extra line (#374)
1 parent 4b6d1ba commit c41c89f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {
7070
return $fetchRaw(context.request, {
7171
...context.options,
7272
retry: retries - 1,
73-
timeout: context.options.timeout,
7473
});
7574
}
7675
}

0 commit comments

Comments
 (0)