We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635df75 commit 1e8f19dCopy full SHA for 1e8f19d
lib/algora_web/live/home_live.ex
@@ -825,7 +825,7 @@ defmodule AlgoraWeb.HomeLive do
825
if changeset.valid? do
826
url = get_field(changeset, :url)
827
828
- case url |> Algora.Util.parse_github_url() |> dbg() do
+ case Algora.Util.parse_github_url(url) do
829
{:ok, {repo_owner, repo_name}} ->
830
token = Github.TokenPool.get_token()
831
0 commit comments