From b0d422dadfdd5f056b2c6c551f1a6f9c931bc308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Mon, 6 Nov 2023 20:42:18 +0100 Subject: [PATCH] Remove dead constant --- lib/GitHubInterface.rakumod | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/GitHubInterface.rakumod b/lib/GitHubInterface.rakumod index 6ceec1e..e7411c7 100644 --- a/lib/GitHubInterface.rakumod +++ b/lib/GitHubInterface.rakumod @@ -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;