Revert "Stupid types"

This reverts commit 2c4ea3ebad.
This commit is contained in:
MotorTruck1221 2025-01-14 23:56:30 -07:00
parent 39f49aa54c
commit c5799fb986
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -20,7 +20,6 @@
localStorage.getItem(Settings.ProxySettings.transport) as string
);
const sw = await initSw();
//@ts-ignore
await setSWStuff({sw: sw.sw, conn, sj: sw.sj });
});
</script>