Allow canceling SendouQ match

This commit is contained in:
Kalle
2022-04-13 18:45:13 +03:00
parent 2a72ae58d7
commit d3df5bdda1
9 changed files with 283 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ import { groupsToWinningAndLosingPlayerIds } from "~/core/play/utils";
import { Unpacked } from "~/utils";
import * as TournamentMatch from "~/models/TournamentMatch.server";
// TODO: tournament skills
// TODO: canceled skills
const prisma = new PrismaClient();