fix linting issues

This commit is contained in:
Martin Rojas Miguel Angel 2018-03-27 19:28:43 +02:00 committed by Holger Hagen
parent 83f0472bac
commit 51348a2f65
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export class WorkbasketListComponent implements OnInit, OnDestroy {
ngOnInit() {
this.requestInProgress = true;
this.workbasketServiceSubscription = this.workbasketService.getSelectedWorkBasket().subscribe(workbasketIdSelected => {
//TODO should be done in a different way.
// TODO should be done in a different way.
setTimeout(() => { this.selectedId = workbasketIdSelected; }, 0);
});