From 849e1ece17285d4744c2a6148eea448da09c4506 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 5 Jul 2018 14:41:50 -0400 Subject: [PATCH] update jslib with export deps --- jslib | 2 +- src/app/services.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 20622db73c5..87e273252be 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 20622db73c5c2a56777944bb06f32a21bf2e763f +Subproject commit 87e273252be42dab90d9a33857fe7755f378338b diff --git a/src/app/services.module.ts b/src/app/services.module.ts index 8487ab940c6..bc64eefab72 100644 --- a/src/app/services.module.ts +++ b/src/app/services.module.ts @@ -104,7 +104,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService); const containerService = new ContainerService(cryptoService, platformUtilsService); const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService); -const exportService = new ExportService(folderService, cipherService); +const exportService = new ExportService(folderService, cipherService, apiService); const auditService = new AuditService(cryptoFunctionService); const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);