aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/client.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2024-04-24 07:12:24 +0200
committerGitHub <noreply@github.com>2024-04-24 07:12:24 +0200
commit6d051a243c734489993c6733c1b21895d59e5e34 (patch)
tree72139c0be41db1cf174c083e4adfc6170ffa26f5 /bridge/github/client.go
parentc82881c0c72149902370a06ccdd0b784c192169e (diff)
parente256cdec58e50e25a3bca3223d425499d9e0d702 (diff)
downloadgit-bug-6d051a243c734489993c6733c1b21895d59e5e34.tar.gz
Merge pull request #1150 from dockercui/mastermaster
Fix some comments
Diffstat (limited to 'bridge/github/client.go')
-rw-r--r--bridge/github/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/client.go b/bridge/github/client.go
index 974c3067..e33b28d4 100644
--- a/bridge/github/client.go
+++ b/bridge/github/client.go
@@ -60,7 +60,7 @@ func (c *rateLimitHandlerClient) queryImport(ctx context.Context, query interfac
return c.callAPIAndRetry(ctx, queryFun, callback)
}
-// queryImport calls the github api with a graphql query, and sends a core.ExportResult for each rate limiting event
+// queryExport calls the github api with a graphql query, and sends a core.ExportResult for each rate limiting event
func (c *rateLimitHandlerClient) queryExport(ctx context.Context, query interface{}, vars map[string]interface{}, out chan<- core.ExportResult) error {
// prepare a closure for the query
queryFun := func(ctx context.Context) error {