Skip to content

Commit

Permalink
Amend BUG item
Browse files Browse the repository at this point in the history
  • Loading branch information
phrasmotica committed Apr 27, 2024
1 parent 2c0030a commit 2c027f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/PlayView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c027f5

Please sign in to comment.