Skip to content

Commit

Permalink
Fix compile error introduced by previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret authored Dec 1, 2023
1 parent ba11b07 commit f18b1b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void trackSectionUsage(String section) {
* Track the usage of the provided rescorer
*/
public void trackRescorerUsage(String name) {
rescorers.add(section);
rescorers.add(name);
}

/**
Expand Down

0 comments on commit f18b1b0

Please sign in to comment.