Skip to content

Commit

Permalink
Update API version param (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARtoriouSs authored Sep 15, 2020
1 parent 9ccfc5c commit 9b42f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ueberauth/strategy/vk.ex
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ defmodule Ueberauth.Strategy.VK do
%{"access_token" => conn.private.vk_token.access_token}
end
defp query_params(_conn, :version) do
%{"v" => "5.8"}
%{"v" => "5.124"}
end

defp option(conn, key) do
Expand Down

0 comments on commit 9b42f1b

Please sign in to comment.