We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab92b7 commit a0b0d8cCopy full SHA for a0b0d8c
internal/mbhttp/client.go
@@ -59,6 +59,5 @@ func (c *Client) Do(req *http.Request, v interface{}) (*http.Response, error) {
59
if err := json.Unmarshal(b, &v); err != nil {
60
return nil, errors.Wrap(err, "decode response data")
61
}
62
-
63
return resp, nil
64
0 commit comments