From 677abe5d7c003aafbe458652f4614732fe299b0e Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Tue, 17 Dec 2024 12:21:55 +0530 Subject: [PATCH] removed commented lines --- src/runtime/node/http.js | 1 - src/runtime/web/http.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/runtime/node/http.js b/src/runtime/node/http.js index 5c838183..f663174f 100755 --- a/src/runtime/node/http.js +++ b/src/runtime/node/http.js @@ -1,5 +1,4 @@ import ES6Promise from 'es6-promise'; -// import fetch from 'node-fetch'; ES6Promise.polyfill(); diff --git a/src/runtime/web/http.js b/src/runtime/web/http.js index 44aa7863..ea9ced65 100755 --- a/src/runtime/web/http.js +++ b/src/runtime/web/http.js @@ -1,5 +1,4 @@ import ES6Promise from 'es6-promise'; -// import fetch from 'isomorphic-fetch'; ES6Promise.polyfill(); export default fetch; // fetch API available in Node.js 18 and later \ No newline at end of file