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 0d8fc89 commit 2c4ea3eCopy full SHA for 2c4ea3e
src/components/settings/Loader.astro
@@ -20,6 +20,7 @@
20
localStorage.getItem(Settings.ProxySettings.transport) as string
21
);
22
const sw = await initSw();
23
+ //@ts-ignore
24
await setSWStuff({sw: sw.sw, conn, sj: sw.sj });
25
});
26
</script>
0 commit comments