Skip to content

Commit

Permalink
add open juror prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Nov 1, 2024
1 parent 23ae8fd commit c07275b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/allocations.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ class Allocations {
if (cat.awardsGroup = 'main'){
catJurors = this.getEligibleJurors(cat.id, aotylow, fill);
} else {
break;
// catJurors = this.getEligibleJurors(cat.id, low, fill);
//break;
catJurors = this.getEligibleJurors(cat.id, low, fill);
}
// Get catJurors of increasing breadth of preference as the draft increases
catJurors = catJurors.filter(juror => juror.catPref(cat.id) == draft);
Expand Down

0 comments on commit c07275b

Please sign in to comment.