Skip to content

Commit

Permalink
fix weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Nov 1, 2024
1 parent c1c7f7a commit 3c251ec
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 @@ -413,7 +413,7 @@ class Allocations {
// Get the list of eligible jurors
let catJurors = [];
// If we are in the AotY category, only get the jurors that qualify for it
if (cat.awardsGroup = 'main'){
if (cat.awardsGroup == 'main'){
catJurors = this.getEligibleJurors(cat.id, aotylow, fill);
} else {
//break;
Expand Down

0 comments on commit 3c251ec

Please sign in to comment.