CaffGeek/MBACNationals

View on GitHub
Website/src/app/website/lane-draw-page/lane-draw-page.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit(): void {
    this.route.params.subscribe(({ year, division }) => {
      this.division = division;

      this.tournamentsService.getTournament(year)
Severity: Minor
Found in Website/src/app/website/lane-draw-page/lane-draw-page.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status