mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Quick fix for store migration version being wrong (#7243)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2e145f57c0
commit
b7adfcf432
@ -7,7 +7,7 @@ import { applicationInformationToken } from "./application-information-token";
|
|||||||
|
|
||||||
const storeMigrationVersionInjectable = getInjectable({
|
const storeMigrationVersionInjectable = getInjectable({
|
||||||
id: "store-migration-version",
|
id: "store-migration-version",
|
||||||
instantiate: (di) => di.inject(applicationInformationToken).version,
|
instantiate: () => "6.4.0",
|
||||||
});
|
});
|
||||||
|
|
||||||
export default storeMigrationVersionInjectable;
|
export default storeMigrationVersionInjectable;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user