Any to rescue

This commit is contained in:
Kalle
2023-05-20 11:41:41 +03:00
parent 05e8afa3f4
commit 0a346175b6

View File

@@ -86,7 +86,7 @@ export function resolveTournamentStageSettings(
case "DE":
return {
grandFinal: "double",
seedOrdering: ["space_between"],
seedOrdering: ["space_between"] as any,
};
default: {
assertUnreachable(format);