mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-07 05:07:07 +09:00
fix lint
This commit is contained in:
parent
a299737a29
commit
ba756204b7
@ -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 New Issue
Block a user