This commit is contained in:
Corey Johnson 2019-10-09 13:15:08 -07:00
parent a35441cb69
commit 3a931ea83e

View file

@ -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)
}