Skip to content

Commit

Permalink
removed const idb
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjhaTP authored and dfahlander committed Sep 30, 2024
1 parent d016f0d commit d6a7387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export class Table implements ITable<any, IndexableType> {
// Ok, now let's fallback to finding at least one matching index
// and filter the rest.
const { idxByName } = this.schema;
const idb = this.db._deps.indexedDB;

function equals(a, b) {
return cmp(a, b) === 0; // Works with all indexable types including binary keys.
Expand Down

0 comments on commit d6a7387

Please sign in to comment.