mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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);
|
||||
return;
|
||||
}
|
||||
MigrationBuilder.create()
|
||||
await MigrationBuilder.create()
|
||||
.with(MinVersionMigrator)
|
||||
.with(FixPremiumMigrator, 2, 3)
|
||||
.with(RemoveEverBeenUnlockedMigrator, 3, 4)
|
||||
|
||||
Reference in New Issue
Block a user