We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42be35a commit ad75125Copy full SHA for ad75125
packages/app/src/indexeddb.ts
@@ -47,7 +47,7 @@ function getDbPromise(): Promise<IDBPDatabase<AppDB>> {
47
case 0:
48
try {
49
db.createObjectStore(STORE_NAME);
50
- } catch(e) {
+ } catch (e) {
51
// Safari/iOS browsers throw occasional exceptions on
52
// db.createObjectStore() that may be a bug. Avoid blocking
53
// the rest of the app functionality.
0 commit comments