Skip to content

Commit

Permalink
Fixed match warning
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Dec 12, 2015
1 parent 8dd123d commit 277cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ueberauth/strategy/twitter/oauth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 277cbe3

Please sign in to comment.