mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
removing missed async
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
e5a7f9fa39
commit
09f2f5e877
@ -13,7 +13,7 @@ function infoLog(...args: any[]) {
|
||||
|
||||
export function migration<S = any>({ version, run }: MigrationOpts) {
|
||||
return {
|
||||
[version]: async (storeConfig: Config<S>) => {
|
||||
[version]: (storeConfig: Config<S>) => {
|
||||
infoLog(`STORE MIGRATION (${storeConfig.path}): ${version}`,);
|
||||
run(storeConfig, infoLog);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user