This commit is contained in:
turtleDeng 2019-03-17 00:23:44 +08:00 committed by GitHub
parent 7ff56b55f0
commit a95ebcd7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ filter_result(Delivery) ->
case Delivery of
{badrpc, Reason} -> {badrpc, Reason};
{badtcp, Reason} -> {badrpc, Reason};
Delivery1 -> Delivery1
_ -> Delivery
end.