From 2c027f50e8005c7a51426efd9d10755b154151a4 Mon Sep 17 00:00:00 2001 From: Julian L Date: Sat, 27 Apr 2024 16:11:40 +0100 Subject: [PATCH] Amend BUG item --- src/views/PlayView.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/PlayView.vue b/src/views/PlayView.vue index 848019d..93659e7 100644 --- a/src/views/PlayView.vue +++ b/src/views/PlayView.vue @@ -170,8 +170,10 @@ const finishPhase = () => { throw "No phase to finish!" } - // BUG: this doesn't seem to be setting tie-breakers for a phase after - // the main phase + // BUG: the last argument should be the tie breakers considering the results + // of all phases so far, i.e. main phase + all play-offs so far. Currently + // the (current) play-off phase's tie breaker field is being set to an empty + // array because it's solely a knockout format const success = flyerStore.finishPhase( currentPhase.value, currentStandings.value,