fix: remove cache-relay on connect failed
This commit is contained in:
@ -42,6 +42,7 @@ export async function initRelayWorker() {
|
||||
return;
|
||||
}
|
||||
} catch (e) {
|
||||
localStorage.removeItem("cache-relay");
|
||||
console.error(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user