Skip to content

Commit 28a55fb

Browse files
Nolint
1 parent a4c5144 commit 28a55fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hasura/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (api *API) get(endpoint string, args map[string]string) (*http.Response, er
5555
return api.client.Do(req)
5656
}
5757

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

0 commit comments

Comments
 (0)