We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba096b commit 5394aa9Copy full SHA for 5394aa9
1 file changed
response.go
@@ -88,7 +88,7 @@ func (c *Client) retrieveResponse(id string) ([][]byte, error) {
88
}
89
90
91
- return data, nil
+ return data, err
92
93
94
// deleteRespones deletes the response from the container. Used for cleanup purposes by requester.
0 commit comments