We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ceb8 commit 983eedfCopy full SHA for 983eedf
src/client/initMatrix.js
@@ -20,7 +20,7 @@ const fetchBase = (url, ops) => {
20
};
21
22
const fetchFn = __ENV_APP__.ELECTRON_MODE
23
- ? (url, ops) => fetchFn({ href: url }, ops)
+ ? (url, ops) => fetchBase({ href: url }, ops)
24
: global.fetch;
25
export { fetchFn };
26
0 commit comments