From 7b285f75177507b423affe320a2ed825e8b44286 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 5 Sep 2022 15:59:40 +0300 Subject: [PATCH] chore: remove log --- api/functions/graphql/types/tournament.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/functions/graphql/types/tournament.js b/api/functions/graphql/types/tournament.js index 3617f44..c8aaffa 100644 --- a/api/functions/graphql/types/tournament.js +++ b/api/functions/graphql/types/tournament.js @@ -146,8 +146,6 @@ const getMakersInTournament = extendType({ } }) - console.log(filters[0]); - return prisma.user.findMany({ ...(filters.length > 0 && {