Skip to content

Commit

Permalink
fix: ignore tieMatchUps when determing qualifiers from qualifying draw
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallagher-reid committed Dec 18, 2024
1 parent afea1a3 commit 0dc39f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export function qualifierProgression({
matchUpFilters: {
...(qualifyingRoundNumber && { roundNumbers: [qualifyingRoundNumber] }),
hasWinningSide: true,
isCollectionMatchUp: false,
},
afterRecoveryTimes: false,
inContext: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function getValidQualifiersAction({
matchUpFilters: {
roundNumbers: [qualifyingRoundNumber],
hasWinningSide: true,
isCollectionMatchUp: false,
},
afterRecoveryTimes: false,
tournamentParticipants,
Expand Down

0 comments on commit 0dc39f0

Please sign in to comment.