diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-12 12:39:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-12 12:39:03 +0200 |
commit | 03a43e303f1249bc9ec19039b0b5809edfafea79 (patch) | |
tree | a70deae110729a86214c06e9f74b1103e4c40796 | |
parent | 8953a3b907edc5541ab7c0657763fc16db8f6067 (diff) |
Review: re-query
-rw-r--r-- | mod/mod-ci-github-gq.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx index 5bd201f..20f3ac6 100644 --- a/mod/mod-ci-github-gq.cxx +++ b/mod/mod-ci-github-gq.cxx @@ -280,7 +280,8 @@ namespace brep // Note that there might be other check suites on this commit but they will // all have been created by other apps because we never create more than one // check suite. Therefore our query filters by app id and as a result there - // should never be more than one check suite in the response. + // should never be more than one check suite in the response. @@ Not the + // case. // // Throw invalid_json_input. // @@ -292,7 +293,6 @@ namespace brep // "checkSuites":{ // "edges":[ // {"node":{ - // "id":"CS_kwDOLc8CoM8AAAAH9Mmfxw", // "checkRuns":{ // "edges":[ // {"node":{"id":"CR_kwDOLc8CoM8AAAAImvJPfw", |