1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Update jslib (#537)

This commit is contained in:
Chad Scharf
2020-09-15 11:00:05 -04:00
committed by GitHub
parent e2a24d78ce
commit ce0568992a
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: fa2b8e834b...5e0a2d1d99

View File

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