none folder

This commit is contained in:
Kyle Spearrin 2018-01-09 22:41:08 -05:00
parent 6baae1113b
commit ce00fcba98
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export default class MainBackground {
this.settingsService = new SettingsService(this.userService, this.storageService); this.settingsService = new SettingsService(this.userService, this.storageService);
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService, this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
this.apiService, this.storageService); this.apiService, this.storageService);
this.folderService = new FolderService(this.cryptoService, this.userService, this.i18nService, this.folderService = new FolderService(this.cryptoService, this.userService, this.i18nService.noneFolder,
this.apiService, this.storageService); this.apiService, this.storageService);
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService); this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService);
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService, this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,