Skip to content

Commit 5c33c69

Browse files
committed
fix: db
1 parent e5d4526 commit 5c33c69

File tree

1 file changed

+0
-1
lines changed
  • src/pages/background/core

1 file changed

+0
-1
lines changed

src/pages/background/core/db.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function getDatabase(): Promise<IDBDatabase> {
2121
);
2222
handler.createObjectStore(TABLE_NAME_TASKS, {
2323
keyPath: 'key',
24-
autoIncrement: true,
2524
});
2625
return;
2726
}

0 commit comments

Comments
 (0)