diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-25 12:57:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-25 12:57:26 +0200 |
commit | a4ffb1aea2982f6c53838fda8ed18bf0b1a6f645 (patch) | |
tree | 3ddbfdae7eff2c124a4ae6c28e23279260716364 /mod/mod-ci-github-service-data.hxx | |
parent | 78ffae24b5e134c613f54defa65128e11a26013b (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 93a8895..cabd19a 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -35,8 +35,8 @@ namespace brep optional<result_status> status; // Only if state is built & synced. - // Never serialized. Only used by some of the GraphQL functions in - // mod-ci-github-gq.hxx. + // Note: never serialized (only used to pass information to the GraphQL + // functions). // optional<string> details_url; |