diff --git a/jslib b/jslib index ba1a40af4e9..306aef73d45 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit ba1a40af4e93c78b3312a1167e7cc16729910069 +Subproject commit 306aef73d459dfad8a7a06c32442c9ed2d56922e diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 5f635427810..02dca563425 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -220,7 +220,8 @@ export default class MainBackground { this.eventService); this.containerService = new ContainerService(this.cryptoService); this.auditService = new AuditService(this.cryptoFunctionService, this.apiService); - this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService); + this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService, + this.cryptoService); this.notificationsService = new NotificationsService(this.userService, this.syncService, this.appIdService, this.apiService, this.vaultTimeoutService, () => this.logout(true), this.consoleLogService); this.environmentService = new EnvironmentService(this.apiService, this.storageService,