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,