mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-27 18:08:06 -04:00
TEMPFIX: remove global fetch reassignment to Tauri fetch
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user