Fixed match warning

This commit is contained in:
Sean Callan 2015-12-12 14:16:40 -08:00
parent 8dd123d871
commit 277cbe3c84
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ defmodule Ueberauth.Strategy.Twitter.OAuth do
end
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
|> to_url(url)
|> String.to_char_list