mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +01:00
fix lint
This commit is contained in:
parent
106a022632
commit
5f2236e6fa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue