there is no JSON response in fast mode
This commit is contained in:
parent
243d0f6f31
commit
c3b8d84968
@ -71,6 +71,10 @@ func (c *Client) SetState(selector string, state State) ([]Result, error) {
|
||||
|
||||
defer resp.Body.Close()
|
||||
|
||||
if state.Fast && resp.StatusCode == http.StatusAccepted {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
if err = json.NewDecoder(resp.Body).Decode(&s); err != nil {
|
||||
log.Println(err)
|
||||
return nil, err
|
||||
|
Loading…
Reference in New Issue
Block a user