diff --git a/jslib b/jslib index fa2b8e834b..5e0a2d1d99 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit fa2b8e834bf0576ef3c33eb64bb133b54028943f +Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41 diff --git a/src/bw.ts b/src/bw.ts index f6df74c517..9a42c9f645 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -114,7 +114,7 @@ export class Main { this.storageService, this.i18nService, this.cipherService); this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService, this.i18nService); - this.searchService = new SearchService(this.cipherService, this.platformUtilsService); + this.searchService = new SearchService(this.cipherService); this.policyService = new PolicyService(this.userService, this.storageService); this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService, this.collectionService, this.cryptoService, this.platformUtilsService, this.storageService,