We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4f900 commit fcefea3Copy full SHA for fcefea3
1 file changed
experimental/create-fetchival.js
@@ -8,7 +8,7 @@ function createFetchival({ fetch = require('../fetch') } = {}) {
8
if (opts.body) throw new Error('unexpected pre-set body option')
9
10
// Unlike fetchival, don't pollute the opts object we were given
11
- const res = await fetchival.fetch(url, {
+ const res = await fetchival.fetch(link, {
12
timeout: 30_000, // default timeout to 30s, unlike fetchival or fetch
13
...opts,
14
method,
0 commit comments