mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 00:40:43 +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);
|
request.onsuccess = (e) => res(e);
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('idb open error', e)
|
console.error('idb open error', e);
|
||||||
idbAvailable = false;
|
idbAvailable = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue