update service deps

This commit is contained in:
Thomas Rittson 2021-05-13 10:53:38 +10:00
parent ee1f31d300
commit 68096c1f12
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService);
const containerService = new ContainerService(cryptoService); const containerService = new ContainerService(cryptoService);
const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService, const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService); i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService);
const exportService = new ExportService(folderService, cipherService, apiService); const exportService = new ExportService(folderService, cipherService, apiService, cryptoService);
const auditService = new AuditService(cryptoFunctionService, apiService); const auditService = new AuditService(cryptoFunctionService, apiService);
const notificationsService = new NotificationsService(userService, syncService, appIdService, const notificationsService = new NotificationsService(userService, syncService, appIdService,
apiService, vaultTimeoutService, async () => messagingService.send('logout', { expired: true }), logService); apiService, vaultTimeoutService, async () => messagingService.send('logout', { expired: true }), logService);