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);
|
() => i18nService.t('noneFolder'), apiService, storageService, i18nService);
|
||||||
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
||||||
const lockService = new LockService(cipherService, folderService, collectionService,
|
const lockService = new LockService(cipherService, folderService, collectionService,
|
||||||
cryptoService, platformUtilsService, storageService, messagingService, () => { });
|
cryptoService, platformUtilsService, storageService, messagingService, () => { /* do nothing */ });
|
||||||
const syncService = new SyncService(userService, apiService, settingsService,
|
const syncService = new SyncService(userService, apiService, settingsService,
|
||||||
folderService, cipherService, cryptoService, collectionService,
|
folderService, cipherService, cryptoService, collectionService,
|
||||||
storageService, messagingService, (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
storageService, messagingService, (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
||||||
|
|
Loading…
Reference in New Issue