Skip to content

Commit 8571b94

Browse files
authored
FEATURE-RELEASE: use node fetch as underlying fetch library (#32)
1 parent d2fd0f7 commit 8571b94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ module.exports = async function (url, options) {
158158

159159
try {
160160
const response = await fetch(url, options);
161-
162161
clearTimeout(timeoutHandler);
163162

164163
if (!retry(retryOptions, null, response)) {

0 commit comments

Comments
 (0)