mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-29 07:49:53 +01:00
fix lint
This commit is contained in:
parent
a299737a29
commit
ba756204b7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if (idbAvailable) {
|
|||
request.onsuccess = (e) => res(e);
|
||||
});
|
||||
} catch (e) {
|
||||
console.error('idb open error', e)
|
||||
console.error('idb open error', e);
|
||||
idbAvailable = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue