From f1e64ae8cc0f3ea80d236cb9ce21ee466953b40e Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Tue, 2 Jun 2020 20:29:33 +0300 Subject: [PATCH] removed useless field from query --- frontend-react/src/graphql/queries/searchForPlacements.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend-react/src/graphql/queries/searchForPlacements.ts b/frontend-react/src/graphql/queries/searchForPlacements.ts index e7088d4c0..beaade0f9 100644 --- a/frontend-react/src/graphql/queries/searchForPlacements.ts +++ b/frontend-react/src/graphql/queries/searchForPlacements.ts @@ -5,7 +5,6 @@ interface Placement { mode: number name: string player?: { - twitter: string discord_id?: string } rank: number @@ -63,7 +62,6 @@ export const SEARCH_FOR_PLACEMENTS: DocumentNode = gql` year mode player { - twitter discord_id } }