Skip to content

Commit

Permalink
Correction linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste LYET committed Mar 2, 2024
1 parent de095c7 commit d499d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class AppComponent implements OnInit {
}

private updateFileName() {
var fileName = this.musicGenres[this.selectedGenreIndex].subGenres[this.selectedSubGenreIndex].link;
const fileName = this.musicGenres[this.selectedGenreIndex].subGenres[this.selectedSubGenreIndex].link;
this.fileNameBehaviourSubject.next(fileName);
}
}

0 comments on commit d499d1d

Please sign in to comment.