Skip to content

Commit

Permalink
Recursively clean MsgPack extensions from the result
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Oct 15, 2020
1 parent 8488c41 commit 7101645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/aerospike/utils/unpacker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def normalize_elem(elem)
end
value
when Array
normalize_strings_in_array(elem)
unpack_list(elem)
when Hash
normalize_strings_in_map(elem)
unpack_map(elem)
else
elem
end
Expand Down

0 comments on commit 7101645

Please sign in to comment.