commit f05554c7aaa2a89298b04032fc2e54cfb2a2561e
parent 4efbe3fd7f7ec549b02091341b30012442575e87
Author: Russ Cox <rsc@golang.org>
Date: Sun, 19 May 2024 10:11:36 -0400
issuedb: fix github auth a bit more
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/issuedb/main.go b/issuedb/main.go
@@ -227,7 +227,6 @@ func syncIssues(proj *ProjectSync) {
func downloadByDate(proj *ProjectSync, api string, since *string, sinceName string) {
values := url.Values{
- "client_id": {auth.ClientID},
"sort": {"updated"},
"direction": {"asc"},
"page": {"1"},