Skip to content

Commit

Permalink
trying one thing
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Nov 1, 2024
1 parent dbd7f22 commit c1c7f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/allocations.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class ApplicationJuror {
return 0;
}

if (category.awardsGroup === 'main') {
if (category.name.includes("of the Year")) {
return this.mainScore;
} else {
return this.genreScore;
Expand Down

0 comments on commit c1c7f7a

Please sign in to comment.