From 5f2236e6fa22f0531efc4bbafcc13ae57138dfa0 Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 31 Aug 2021 21:42:26 +0900 Subject: [PATCH] fix lint --- src/client/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/account.ts b/src/client/account.ts index 50eb7ecba3..e469bae5a2 100644 --- a/src/client/account.ts +++ b/src/client/account.ts @@ -51,7 +51,7 @@ export async function signout() { await navigator.serviceWorker.getRegistrations() .then(registrations => { return Promise.all(registrations.map(registration => registration.unregister())); - }) + }); } } catch (e) {} //#endregion