Skip to content

Commit 5394aa9

Browse files
author
罗云平
committed
return err
1 parent 6ba096b commit 5394aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (c *Client) retrieveResponse(id string) ([][]byte, error) {
8888
}
8989
}
9090

91-
return data, nil
91+
return data, err
9292
}
9393

9494
// deleteRespones deletes the response from the container. Used for cleanup purposes by requester.

0 commit comments

Comments
 (0)