Skip to content

Commit

Permalink
🐛 Fix issue where local database version wasn't passed to migrate pro…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
kierandrewett committed Dec 16, 2023
1 parent 1b0996d commit 5a7f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/storage/Datastore.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Datastore {
}
}

async #migrateDatabase() {}
async #migrateDatabase(localVersion) {}

async initConnection() {
this.#logger.debug(
Expand Down

0 comments on commit 5a7f033

Please sign in to comment.