Use Ueberauth config method

This commit is contained in:
snewcomer 2018-12-23 13:57:52 -08:00
parent 9eb04150d5
commit 9af257ce20
1 changed files with 1 additions and 1 deletions

View File

@ -126,6 +126,6 @@ defmodule Ueberauth.Strategy.Twitter do
end
defp json_library do
Application.get_env(:ueberauth, :json_library)
Ueberauth.Config.json_library() || Jason
end
end