Skip to content

Commit

Permalink
get another build going
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and dfahlander committed Aug 2, 2021
1 parent c646fa6 commit f42e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/dexie/dexie.ts
Expand Up @@ -96,7 +96,7 @@ export class Dexie implements IDexie {
// Default DOM dependency implementations from static prop.
indexedDB: deps.indexedDB, // Backend IndexedDB api. Default to browser env.
IDBKeyRange: deps.IDBKeyRange, // Backend IDBKeyRange api. Default to browser env.
...options,
...options
};
this._deps = {
indexedDB: options.indexedDB as IDBFactory,
Expand Down

0 comments on commit f42e3cc

Please sign in to comment.