Skip to content

Commit

Permalink
Nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jul 1, 2021
1 parent a4c5144 commit 28a55fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hasura/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (api *API) get(endpoint string, args map[string]string) (*http.Response, er
return api.client.Do(req)
}

//nolint
func (api *API) post(endpoint string, args map[string]string, body interface{}, output interface{}) error {
url, err := api.buildURL(endpoint, args)
if err != nil {
Expand Down

0 comments on commit 28a55fb

Please sign in to comment.