Fixed match warning
This commit is contained in:
parent
8dd123d871
commit
277cbe3c84
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user