TEMPFIX: remove global fetch reassignment to Tauri fetch

This commit is contained in:
lynx
2024-08-21 13:23:08 -05:00
parent 28dfa442d7
commit 014fcb5b62

View File

@@ -60,7 +60,7 @@ SuperTokens.init({
const startupError = (window as any).__SD_ERROR__ as string | undefined;
//Set global fetch to use tauri fetch
globalThis.fetch = fetch;
// globalThis.fetch = fetch;
export default function App() {
useEffect(() => {