diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-13 10:00:27 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | da75987630d692e96ff522c2c2164a8c1fcbeb05 (patch) | |
tree | 5c8b9c2f50d61b8248c67a53a9ebe735d93cf5d9 /mod/mod-ci-github.hxx | |
parent | 5cfa51cc71942c46a25ba95194826f9aa5da0a08 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 9a68434..9ecba31 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -49,7 +49,7 @@ namespace brep // struct check_suite { - uint64_t id; + uint64_t id; // @@ Switch to node_id? string head_branch; string head_sha; string before; |