Skip to content

Commit

Permalink
fix: remove player
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi authored Oct 7, 2024
1 parent 2c4660b commit d3fdf42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class PlayerDetailService {
return this.apollo.mutate({
mutation: gql`
mutation RemovePlayer($id: ID!) {
removeEventPlayer(id: $id)
removePlayer(id: $id)
}
`,
variables: {
Expand Down

0 comments on commit d3fdf42

Please sign in to comment.