mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fix lint issue
This commit is contained in:
parent
74db4cc8b4
commit
ffb87742f8
@ -91,7 +91,7 @@ const folderService = new FolderService(cryptoService, userService,
|
||||
() => i18nService.t('noneFolder'), apiService, storageService, i18nService);
|
||||
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
||||
const lockService = new LockService(cipherService, folderService, collectionService,
|
||||
cryptoService, platformUtilsService, storageService, messagingService, () => { });
|
||||
cryptoService, platformUtilsService, storageService, messagingService, () => { /* do nothing */ });
|
||||
const syncService = new SyncService(userService, apiService, settingsService,
|
||||
folderService, cipherService, cryptoService, collectionService,
|
||||
storageService, messagingService, (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
||||
|
Loading…
Reference in New Issue
Block a user