diff --git a/jslib b/jslib index 91081d9232..8ac3450d9e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 91081d92327da22ab3be88a60f8b71be26933370 +Subproject commit 8ac3450d9eee10c54bc35dd931a70bf82f97d0a5 diff --git a/src/bw.ts b/src/bw.ts index 5a3f484401..129fc728b8 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -102,7 +102,7 @@ export class Main { this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService); this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService, this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService, true); - this.auditService = new AuditService(this.cryptoFunctionService); + this.auditService = new AuditService(this.cryptoFunctionService, this.apiService); this.program = new Program(this); }