Skip to content

Commit

Permalink
removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Dec 17, 2024
1 parent 499b179 commit 677abe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/runtime/node/http.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ES6Promise from 'es6-promise';
// import fetch from 'node-fetch';

ES6Promise.polyfill();

Expand Down
1 change: 0 additions & 1 deletion src/runtime/web/http.js
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 677abe5

Please sign in to comment.