Skip to content

Commit b0d6284

Browse files
authored
Eta reducing JavaScript is dangerous.
1 parent 375baae commit b0d6284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Web/Fetch.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
exports._fetch = fetch;
1+
exports._fetch = function(a, b) {
2+
return fetch(a, b);
3+
};

0 commit comments

Comments
 (0)