diff --git a/src/background/main.background.ts b/src/background/main.background.ts index d9f93f74116..8229ad04422 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -147,7 +147,7 @@ export default class MainBackground { // Background this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService, - this.platformUtilsService); + this.platformUtilsService, this.storageService); if (!this.isSafari) { this.commandsBackground = new CommandsBackground(this, this.passwordGenerationService);