We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e50921 + 2a8fce2 commit 8ddd40fCopy full SHA for 8ddd40f
deps/rabbitmq_aws/src/rabbitmq_aws_json.erl
@@ -14,6 +14,8 @@
14
%% @end
15
decode(Value) when is_list(Value) ->
16
decode(list_to_binary(Value));
17
+decode(<<>>) ->
18
+ [];
19
decode(Value) when is_binary(Value) ->
20
Decoded0 = rabbit_json:decode(Value),
21
Decoded = maps:to_list(Decoded0),
0 commit comments