Fix typo
This commit is contained in:
parent
7ff56b55f0
commit
a95ebcd7d6
|
@ -33,6 +33,6 @@ filter_result(Delivery) ->
|
|||
case Delivery of
|
||||
{badrpc, Reason} -> {badrpc, Reason};
|
||||
{badtcp, Reason} -> {badrpc, Reason};
|
||||
Delivery1 -> Delivery1
|
||||
_ -> Delivery
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue