diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-13 10:00:27 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | ee11338f1d83a06e5a531d392494e47bed41f06f (patch) | |
tree | ad7838653401b89d86c18b225fdbb0291cbeb79b /mod/mod-ci-github.hxx | |
parent | f365f6a6c3646cc587bdb0a9335ed8e69c7d0b7d (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; |