We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227223a commit baf1e8cCopy full SHA for baf1e8c
lib/ueberauth/strategy/twitter/internal.ex
@@ -26,7 +26,7 @@ defmodule Ueberauth.Strategy.Twitter.OAuth.Internal do
26
def decode_body({:ok, response}) do
27
content_type =
28
Enum.find_value(response.headers, fn
29
- {"content-type", val} -> val
+ {"Content-Type", val} -> val
30
_ -> nil
31
end)
32
0 commit comments