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 a new issue