diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index f7180771e3..287150039c 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -106,7 +106,7 @@ const containerService = new ContainerService(cryptoService, platformUtilsServic const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService); const exportService = new ExportService(folderService, cipherService, apiService); -const auditService = new AuditService(cryptoFunctionService); +const auditService = new AuditService(cryptoFunctionService, apiService); const analytics = new Analytics(window, () => platformUtilsService.isDev(), platformUtilsService, storageService, appIdService);