fix lint
This commit is contained in:
parent
106a022632
commit
5f2236e6fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue