update service deps

This commit is contained in:
Thomas Rittson 2021-05-13 10:51:07 +10:00
parent 9434eb7dd4
commit 0c9ec9e635
1 changed files with 2 additions and 1 deletions

View File

@ -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,