This commit is contained in:
Kyle Spearrin 2018-07-06 10:07:03 -04:00
parent 5efab1d495
commit 30d1a119f3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class ExportComponent extends BaseExportComponent {
constructor(analytics: Angulartics2, toasterService: ToasterService,
cryptoService: CryptoService, userService: UserService,
i18nService: I18nService, platformUtilsService: PlatformUtilsService,
exportService: ExportService, private route: ActivatedRoute, ) {
exportService: ExportService, private route: ActivatedRoute) {
super(analytics, toasterService, cryptoService, userService, i18nService, platformUtilsService,
exportService);
}