mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Add Missing await (#7788)
This commit is contained in:
@@ -36,7 +36,7 @@ export async function migrate(
|
|||||||
await storageService.save("stateVersion", CURRENT_VERSION);
|
await storageService.save("stateVersion", CURRENT_VERSION);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
MigrationBuilder.create()
|
await MigrationBuilder.create()
|
||||||
.with(MinVersionMigrator)
|
.with(MinVersionMigrator)
|
||||||
.with(FixPremiumMigrator, 2, 3)
|
.with(FixPremiumMigrator, 2, 3)
|
||||||
.with(RemoveEverBeenUnlockedMigrator, 3, 4)
|
.with(RemoveEverBeenUnlockedMigrator, 3, 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user