A typo
This commit is contained in:
parent
0bb7ed6aea
commit
e0cab9a540
|
|
@ -214,7 +214,7 @@ assert_code(CodeExp, CodeAct, Type, Path, Body) ->
|
|||
end.
|
||||
|
||||
decode(?OK, _Headers, ResBody) ->
|
||||
cleanup(rabbit_json:decode(rabbit_data_coercsion:to_binary(ResBody)));
|
||||
cleanup(rabbit_json:decode(rabbit_data_coercion:to_binary(ResBody)));
|
||||
decode(_, Headers, _ResBody) -> Headers.
|
||||
|
||||
cleanup(L) when is_list(L) ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue