Skip to content

Commit fcefea3

Browse files
committed
fix: regression from fetchival unification
1 parent be4f900 commit fcefea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experimental/create-fetchival.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function createFetchival({ fetch = require('../fetch') } = {}) {
88
if (opts.body) throw new Error('unexpected pre-set body option')
99

1010
// Unlike fetchival, don't pollute the opts object we were given
11-
const res = await fetchival.fetch(url, {
11+
const res = await fetchival.fetch(link, {
1212
timeout: 30_000, // default timeout to 30s, unlike fetchival or fetch
1313
...opts,
1414
method,

0 commit comments

Comments
 (0)