Skip to content

Commit

Permalink
got rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjohnpage committed Jan 17, 2025
1 parent b020fc4 commit 072ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slax_web/websockets/issue.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule SlaxWeb.Issue do
_ ->
org_name = default_repo.org_name
repo_name = default_repo.repo_name
issue_number = String.slice(issue_number, 1..-1)
issue_number = String.slice(issue_number, 1..-1//1)
load_pr_or_issue_from_github("#{org_name}/#{repo_name}##{issue_number}")
end
end
Expand Down

0 comments on commit 072ccdc

Please sign in to comment.