Remove unused method.
This commit is contained in:
parent
3e6cadffbd
commit
1310807939
@ -59,10 +59,6 @@ export class ScheduleListComponent implements OnInit {
|
|||||||
private route: ActivatedRoute,
|
private route: ActivatedRoute,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
$onInit() {
|
|
||||||
this.ngOnInit();
|
|
||||||
}
|
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.logger.log("ngOnInit");
|
this.logger.log("ngOnInit");
|
||||||
this.accountId = +this.route.snapshot.paramMap.get('accountId')
|
this.accountId = +this.route.snapshot.paramMap.get('accountId')
|
||||||
|
Loading…
Reference in New Issue
Block a user