diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-09 11:42:35 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | a515e647cbba6a2bdb2b6fb764b02fa23b7d2652 (patch) | |
tree | 7b9bcb65f7749db9df54c01dc10839bcc1deaeab /mod/mod-ci-github-service-data.hxx | |
parent | 7183e0c19163aeb044b2c0a4685fa1321a36dec2 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 8d0b634..ff1c1a3 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -56,7 +56,7 @@ namespace brep gh_installation_access_token installation_access; uint64_t installation_id; - // @@ TODO Rename to repository_node_id. + // @@@ TODO Rename to repository_node_id. // string repository_id; // GitHub-internal opaque repository id. |