From c1c7f7af054686d9713c151eba62f2251ebe01fb Mon Sep 17 00:00:00 2001 From: pandavenger Date: Fri, 1 Nov 2024 11:53:17 -0400 Subject: [PATCH] trying one thing --- util/allocations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/allocations.js b/util/allocations.js index fd12159..8194f14 100644 --- a/util/allocations.js +++ b/util/allocations.js @@ -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;