Skip to content

Commit 983eedf

Browse files
fetchFn fixed
1 parent e91ceb8 commit 983eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/initMatrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const fetchBase = (url, ops) => {
2020
};
2121

2222
const fetchFn = __ENV_APP__.ELECTRON_MODE
23-
? (url, ops) => fetchFn({ href: url }, ops)
23+
? (url, ops) => fetchBase({ href: url }, ops)
2424
: global.fetch;
2525
export { fetchFn };
2626

0 commit comments

Comments
 (0)