Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjhaTP authored and dfahlander committed Sep 30, 2024
1 parent 17114c4 commit 7ade98f
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 @@ -146,7 +146,6 @@ export class Table implements ITable<any, IndexableType> {
// and filter the rest.
const { idxByName } = this.schema;
const idb = this.db._deps.indexedDB;

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

0 comments on commit 7ade98f

Please sign in to comment.