Skip to content

Commit

Permalink
Remove dead constant
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Nov 6, 2023
1 parent 6a60aab commit b0d422d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/GitHubInterface.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use WebService::GitHub::OAuth;
use WebService::GitHub;
use GitHubCITestRequester;

constant $gql-endpoint = "https://api.github.com/graphql";
has WebService::GitHub::AppAuth $!gh-auth;
has WebService::GitHub::OAuth $!gh-oauth;
has $!redirect-url;
Expand Down

0 comments on commit b0d422d

Please sign in to comment.