From b6e2ea4c5aec5db7311b9795178eea805f90c2c3 Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:48:47 +0100 Subject: [PATCH] Changing court priorities --- src/runner/baanreserveren/service.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/runner/baanreserveren/service.ts b/src/runner/baanreserveren/service.ts index a7aa9ab..720ff6a 100644 --- a/src/runner/baanreserveren/service.ts +++ b/src/runner/baanreserveren/service.ts @@ -71,12 +71,12 @@ const CourtSlotToNumber: Record = { // Lower is better const CourtRank: Record = { - [CourtSlot.One]: 2, - [CourtSlot.Two]: 1, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: - [CourtSlot.Three]: 1, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: + [CourtSlot.One]: 0, + [CourtSlot.Two]: 2, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: + [CourtSlot.Three]: 2, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: [CourtSlot.Four]: 0, - [CourtSlot.Five]: 99, // shitty - [CourtSlot.Six]: 99, // shitty + [CourtSlot.Five]: 0, + [CourtSlot.Six]: 0, [CourtSlot.Seven]: 0, [CourtSlot.Eight]: 0, [CourtSlot.Nine]: 0,