Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashou committed Dec 31, 2023
1 parent c8ef9d8 commit b0d2fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clientv2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ func (c *Client) parseResponse(body []byte, httpCode int, result interface{}) er
var gqlErr *GqlErrorList
if errors.As(err, &gqlErr) {
errResponse.GqlErrors = &gqlErr.Errors
} else if !isKOCode {
return err
}
}

Expand Down

0 comments on commit b0d2fad

Please sign in to comment.