From 7be73c19e2ac18c20f8c5eaf1581d7dec9711d86 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Aug 2018 22:23:20 -0400 Subject: [PATCH] update jslib --- jslib | 2 +- src/app/services.module.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index bba52192..50666a76 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 e9ac07c4..852d216b 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);