[CST-4058] lint errors fixed

This commit is contained in:
Davide Negretti
2021-08-24 17:53:43 +02:00
parent cbbac01313
commit 4b3e0e8d09

View File

@@ -193,7 +193,6 @@ export class GroupFormComponent implements OnInit, OnDestroy {
this.groupDescription, this.groupDescription,
]; ];
this.formGroup = this.formBuilderService.createFormGroup(this.formModel); this.formGroup = this.formBuilderService.createFormGroup(this.formModel);
debugger;
this.subs.push( this.subs.push(
observableCombineLatest( observableCombineLatest(
this.groupDataService.getActiveGroup(), this.groupDataService.getActiveGroup(),