Fixed match warning

This commit is contained in:
Sean Callan 2015-12-12 14:16:40 -08:00
parent 8dd123d871
commit 277cbe3c84

View File

@ -47,7 +47,7 @@ defmodule Ueberauth.Strategy.Twitter.OAuth do
end end
def get(url, access_token), do: get(url, [], access_token) def get(url, access_token), do: get(url, [], access_token)
def get(url, params \\ [], {token, token_secret}) do def get(url, params, {token, token_secret}) do
client client
|> to_url(url) |> to_url(url)
|> String.to_char_list |> String.to_char_list