Skip to content

Commit

Permalink
fix stray diff
Browse files Browse the repository at this point in the history
  • Loading branch information
silasalberti authored and devin-ai-integration[bot] committed Dec 6, 2024
1 parent 9bd8d2f commit d341400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ func (c *Client) BareDo(ctx context.Context, req *http.Request) (*Response, erro
if e, ok := err.(*url.Error); ok {
if url, err := url.Parse(e.URL); err == nil {
e.URL = sanitizeURL(url).String()
return response, e
}
return response, e
}

return response, err

Check warning on line 866 in github/github.go

View check run for this annotation

Codecov / codecov/patch

github/github.go#L866

Added line #L866 was not covered by tests
Expand Down

0 comments on commit d341400

Please sign in to comment.