From 7b969c27dd9d4a573accf09a8bfeff09d5add8a1 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 4 Feb 2021 21:45:23 +0200 Subject: [PATCH] remove comment --- pages/play/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/play/index.tsx b/pages/play/index.tsx index da9f77994..c4fb99a5c 100644 --- a/pages/play/index.tsx +++ b/pages/play/index.tsx @@ -159,7 +159,6 @@ export const getStaticProps: GetStaticProps = async () => { }); const deleteLadderRegisteredTeams = prisma.ladderRegisteredTeam.deleteMany(); - // TODO: is this ok? await prisma.$transaction([ ...createMatches, createLadderDay,