Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 14, 2025
1 parent 5414fe9 commit 907cc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/api/response_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ func (node arrayConverter[T]) convert(data interface{}) (interface{}, error) {
// TODO: convert sets

func handleXReadGroupResponse(response *C.struct_CommandResponse) (map[string]map[string][][]string, error) {
defer C.free_command_response(response)
data, err := parseMap(response)
if err != nil {
return nil, err
Expand Down

0 comments on commit 907cc18

Please sign in to comment.