Skip to content

Commit

Permalink
Fixes credo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 19, 2017
1 parent 1a4b88b commit 1a69952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ueberauth/strategy/vk.ex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ defmodule Ueberauth.Strategy.VK do
}
end


defp parse_params(%Plug.Conn{params: %{"code" => code, "state" => state}}) do
{code, state}
end
Expand Down

0 comments on commit 1a69952

Please sign in to comment.