Skip to content

Commit

Permalink
Merge pull request #11 from LesFabricants/indexedDB-upgrade-initializ…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
AnthonyLenglet authored Jun 4, 2024
2 parents a45d0c4 + a927b00 commit 8c1bfc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class Store<T = any> {
if (e.newVersion === 1) {
this.db.createObjectStore("cachedData");
}
this.initializeFromIndexedDB();
};
}
if (isDevtoolEnabled) {
Expand Down

0 comments on commit 8c1bfc5

Please sign in to comment.