diff --git a/api/client.go b/api/client.go index b58786366..82c72d9e1 100644 --- a/api/client.go +++ b/api/client.go @@ -73,8 +73,8 @@ func graphQL(query string, variables map[string]string, v interface{}) error { if err != nil { return err } - debugResponse(resp, string(body)) + debugResponse(resp, string(body)) return handleResponse(resp, body, v) }