Skip to content

Commit

Permalink
Keep variable names consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rlb3 committed Jun 3, 2016
1 parent 5594c8f commit 9ad28de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ex_twilio/result_stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ defmodule ExTwilio.ResultStream do
|> process_page
end

defp process_page({items, next_page_url, module}) do
{items, {nil, next_page_url, module}}
defp process_page({items, next_page_uri, module}) do
{items, {nil, next_page_uri, module}}
end

defp next_page_url(uri), do: "https://#{Config.api_domain}" <> uri
Expand Down

0 comments on commit 9ad28de

Please sign in to comment.