Skip to content

Commit

Permalink
WHISTLE-1186: unwrap the return, just return the {request,...} tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Jun 14, 2012
1 parent 5c0dfb1 commit 70967d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whistle_translator-1.0.0/src/wht_twiml.erl
Expand Up @@ -424,7 +424,7 @@ finish_dial(Call, Props) ->
]),
Uri = wht_util:resolve_uri(whapps_call:kvs_fetch(<<"voice_uri">>, Call), Action),
Method = wht_util:http_method(props:get_value(method, Props, post)),
maybe_stop(Call, ok, {request, Call, Uri, Method, BaseParams})
{request, Call, Uri, Method, BaseParams}
end.

-spec pause/2 :: (whapps_call:call(), proplist()) -> {'ok', whapps_call:call()}.
Expand Down

0 comments on commit 70967d4

Please sign in to comment.