From ce0568992a32b3904ae52e60a04db8f8c509cfa6 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Tue, 15 Sep 2020 11:00:05 -0400 Subject: [PATCH] Update jslib (#537) --- jslib | 2 +- src/app/services.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index fa2b8e834bf..5e0a2d1d998 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit fa2b8e834bf0576ef3c33eb64bb133b54028943f +Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41 diff --git a/src/app/services.module.ts b/src/app/services.module.ts index b0351cbfde6..5890705f18e 100644 --- a/src/app/services.module.ts +++ b/src/app/services.module.ts @@ -107,7 +107,7 @@ const cipherService = new CipherService(cryptoService, userService, settingsServ const folderService = new FolderService(cryptoService, userService, apiService, storageService, i18nService, cipherService); const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService); -searchService = new SearchService(cipherService, platformUtilsService); +searchService = new SearchService(cipherService); const policyService = new PolicyService(userService, storageService); const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService, cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, tokenService,