mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
lint fix
This commit is contained in:
parent
5efab1d495
commit
30d1a119f3
@ -22,7 +22,7 @@ export class ExportComponent extends BaseExportComponent {
|
|||||||
constructor(analytics: Angulartics2, toasterService: ToasterService,
|
constructor(analytics: Angulartics2, toasterService: ToasterService,
|
||||||
cryptoService: CryptoService, userService: UserService,
|
cryptoService: CryptoService, userService: UserService,
|
||||||
i18nService: I18nService, platformUtilsService: PlatformUtilsService,
|
i18nService: I18nService, platformUtilsService: PlatformUtilsService,
|
||||||
exportService: ExportService, private route: ActivatedRoute, ) {
|
exportService: ExportService, private route: ActivatedRoute) {
|
||||||
super(analytics, toasterService, cryptoService, userService, i18nService, platformUtilsService,
|
super(analytics, toasterService, cryptoService, userService, i18nService, platformUtilsService,
|
||||||
exportService);
|
exportService);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user