Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hrueger committed Oct 30, 2020
1 parent c880524 commit e076f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/fixtures/fixtures.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class FixturesComponent implements OnInit {
public getChannelCount = getChannelCount;

constructor(
private showService: ShowService,
public showService: ShowService,
private modalService: NgbModal,
private libraryService: LibraryService,
private dialogService: DialogService,
Expand Down

0 comments on commit e076f14

Please sign in to comment.