Skip to content

Commit

Permalink
Merge pull request #4 from sightmachine/new-request
Browse files Browse the repository at this point in the history
New request
  • Loading branch information
Juhibhadviya19 authored Jun 15, 2020
2 parents 54b59e5 + f3f140e commit 7636ce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pingdom/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"io/ioutil"
"strconv"
"fmt"
)

// CheckService provides an interface to Pingdom checks.
Expand Down Expand Up @@ -32,7 +31,7 @@ func (cs *CheckService) List(params ...map[string]string) ([]CheckResponse, erro
if err != nil {
return nil, err
}

resp, err := cs.client.client.Do(req)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7636ce1

Please sign in to comment.