mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
Trivial
This commit is contained in:
parent
8d5f76d4f4
commit
7b7e96bdee
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue