1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 21:33:16 +00:00

[Chore] Bump jslib (#917)

* Bump jslib
This commit is contained in:
Oscar Hinton
2021-04-07 20:42:57 +02:00
committed by GitHub
parent ba3d4a2390
commit 09fba343fc
5 changed files with 9 additions and 9 deletions

View File

@@ -114,7 +114,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, consoleLogService);
searchService = new SearchService(cipherService, consoleLogService, i18nService);
const policyService = new PolicyService(userService, storageService);
const sendService = new SendService(cryptoService, userService, apiService, fileUploadService, storageService,
i18nService, cryptoFunctionService);