Skip to content

Commit

Permalink
Update api/sys_raft.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>
  • Loading branch information
sgmiller and briankassouf committed Apr 27, 2020
1 parent ce0228d commit 9eb89f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/sys_raft.go
Expand Up @@ -92,7 +92,6 @@ func (c *Sys) RaftSnapshot(snapWriter io.Writer) error {
// to determine if the body contains error message.
var result *Response
resp, err := c.c.config.HttpClient.Do(req)

if err != nil {
return err
}
Expand Down

0 comments on commit 9eb89f1

Please sign in to comment.