Update jslib and constructor fix (#164)

This commit is contained in:
Chad Scharf 2020-09-15 10:59:46 -04:00 committed by GitHub
parent b7ac1c07f2
commit 4b9096273e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit fa2b8e834bf0576ef3c33eb64bb133b54028943f
Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41

View File

@ -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,