fixes
This commit is contained in:
@@ -21,7 +21,8 @@ export async function GET() {
|
||||
}
|
||||
|
||||
const groupTables = computeGroupTables(teams, matches);
|
||||
const thirdTable = computeThirdPlaceTable(groupTables);
|
||||
const groupTablesLive = computeGroupTables(teams, matches, true);
|
||||
const thirdTable = computeThirdPlaceTable(groupTablesLive);
|
||||
const qGroups = qualifiedThirdGroups(thirdTable);
|
||||
const annex = qGroups.length === 8 ? resolveAnnexC(qGroups) : null;
|
||||
|
||||
@@ -30,6 +31,7 @@ export async function GET() {
|
||||
teams,
|
||||
matches,
|
||||
groupTables,
|
||||
groupTablesLive,
|
||||
thirdTable,
|
||||
annexAssignment: annex,
|
||||
annexResolved: annex != null,
|
||||
|
||||
Reference in New Issue
Block a user