From c07275b9d627630b6288dcf146c744208b3870f3 Mon Sep 17 00:00:00 2001 From: pandavenger Date: Fri, 1 Nov 2024 02:59:27 -0400 Subject: [PATCH] add open juror prefs --- util/allocations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/allocations.js b/util/allocations.js index 575b04f..e59dab0 100644 --- a/util/allocations.js +++ b/util/allocations.js @@ -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);