From c012c97889fc4e835a53cadf6a824f671294b6ed Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Wed, 20 Mar 2024 12:48:12 +0200 Subject: Fix id/node_id confusion --- mod/mod-ci-github.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/mod-ci-github.hxx') 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&); -- cgit v1.1