mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-6965] Add type Property to MigrationHelper (#8411)
* Add `type` Property to `MigrationHelper` * Fix Tests * Make `type` parameter required * Fix mockHelper.type * Remove `readonly` from `type`
This commit is contained in:
@@ -46,7 +46,7 @@ class WebMigrationHelper extends MigrationHelper {
|
||||
storageService: WindowStorageService,
|
||||
logService: LogService,
|
||||
) {
|
||||
super(currentVersion, storageService, logService);
|
||||
super(currentVersion, storageService, logService, "web-disk-local");
|
||||
this.diskLocalStorageService = storageService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user