We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d4526 commit 5c33c69Copy full SHA for 5c33c69
src/pages/background/core/db.ts
@@ -21,7 +21,6 @@ export function getDatabase(): Promise<IDBDatabase> {
21
);
22
handler.createObjectStore(TABLE_NAME_TASKS, {
23
keyPath: 'key',
24
- autoIncrement: true,
25
});
26
return;
27
}
0 commit comments