This commit is contained in:
Michael Klishin 2017-02-01 18:07:54 +03:00
parent 0bb7ed6aea
commit e0cab9a540
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->