~xenrox/10man-api

cd9b7787ede8ec0b02890a72e4154377cc7b2953 — Thorben Günther 2 years ago f19a06e
mutation: Improve error message
1 files changed, 1 insertions(+), 1 deletions(-)

M graph/schema.resolvers.go
M graph/schema.resolvers.go => graph/schema.resolvers.go +1 -1
@@ 167,7 167,7 @@ func (r *mutationResolver) StartQueue(ctx context.Context, teamspeakID string) (
	}

	if players == 10 {
		return players, errors.New("QueueFull")
		return players, errors.New("queue is full")
	}

	query := `