diff --git a/src/background/main.background.ts b/src/background/main.background.ts index a50591b055..be5988b0fb 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -171,7 +171,7 @@ export default class MainBackground { this.stateMigrationService = new StateMigrationService( this.storageService, this.secureStorageService, - new GlobalStateFactory(GlobalState), + new GlobalStateFactory(GlobalState) ); this.stateService = new StateService( this.storageService,