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 8c6b866 commit c32e0d6Copy full SHA for c32e0d6
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