Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
phucledien committed May 31, 2024
1 parent 062d5e2 commit db8a132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/service/dune/adapter/do.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func do(req *http.Request, apiKey string, retry int) (*http.Response, error) {
if retry == 0 {
return nil, errors.New("retry limit exceeded")
}
req.Header.Add("Host", "*/*")
req.Header.Add("Accept", "*/*")
req.Header.Add("X-DUNE-API-KEY", apiKey)
req.Header.Add("Content-Type", "application/json")
Expand Down

0 comments on commit db8a132

Please sign in to comment.