fix: remove cache-relay on connect failed

This commit is contained in:
2024-06-18 11:24:08 +01:00
parent e9adb6c724
commit 338c4eb18a

View File

@ -42,6 +42,7 @@ export async function initRelayWorker() {
return;
}
} catch (e) {
localStorage.removeItem("cache-relay");
console.error(e);
}