Skip to content

Commit

Permalink
Fix a small error handling (defer) issue for receive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Mar 15, 2021
1 parent e41c60f commit bed8e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ func (c *Client) NewReceive(code string, pathname chan string) (err error) {
return err
}

return nil
return
}

0 comments on commit bed8e4c

Please sign in to comment.