This commit is contained in:
Yuce Tekol 2018-11-07 18:47:15 +03:00
parent 8d5f76d4f4
commit 7b7e96bdee
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -932,10 +932,7 @@ func (c *InternalClient) SendMessage(ctx context.Context, uri *pilosa.URI, msg [
// Execute request.
_, err = c.executeRequest(req.WithContext(ctx))
if err != nil {
return err
}
return nil
return err
}
// executeRequest executes the given request and checks the Response