mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 21:26:01 -05:00
removed useless field from query
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user