Update lib/ueberauth/strategy/twitter.ex

Co-Authored-By: snewcomer <snewcomer@users.noreply.github.com>
This commit is contained in:
Yordis Prieto 2018-12-23 14:12:33 -08:00 committed by GitHub
parent 9af257ce20
commit 78711b26d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
Ueberauth.Config.json_library() || Jason
Ueberauth.Config.json_library()
end
end