diff --git a/jslib b/jslib index bba52192dc..50666a761d 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit bba52192dc9dff68cd4da80398a1127235ada06e +Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50 diff --git a/src/app/services.module.ts b/src/app/services.module.ts index e9ac07c465..852d216b78 100644 --- a/src/app/services.module.ts +++ b/src/app/services.module.ts @@ -112,7 +112,8 @@ const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService); const exportService = new ExportService(folderService, cipherService, apiService); const auditService = new AuditService(cryptoFunctionService, apiService); -const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService); +const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService, + apiService); const environmentService = new EnvironmentService(apiService, storageService, notificationsService); const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);