aboutsummaryrefslogtreecommitdiff
path: root/src/js/thirdparty/node-fetch.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/thirdparty/node-fetch.js')
-rw-r--r--src/js/thirdparty/node-fetch.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/thirdparty/node-fetch.js b/src/js/thirdparty/node-fetch.js
index 899536d9b..f8bc9e3cd 100644
--- a/src/js/thirdparty/node-fetch.js
+++ b/src/js/thirdparty/node-fetch.js
@@ -60,4 +60,5 @@ export default Object.assign(fetch, {
fileFromSync,
isRedirect,
fetch,
+ default: fetch,
});