aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx
index 713eb4b..2a4921d 100644
--- a/mod/mod-ci-github.hxx
+++ b/mod/mod-ci-github.hxx
@@ -49,7 +49,6 @@ namespace brep
//
struct check_suite
{
- uint64_t id; // Note: used for installation access token (REST API).
string node_id;
string head_branch;
string head_sha;
@@ -90,7 +89,7 @@ namespace brep
struct installation
{
- uint64_t id;
+ uint64_t id; // Note: used for installation access token (REST API).
explicit
installation (json::parser&);