diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-25 13:45:14 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 8d21bf63597b38eb42b95ff6c32eb0df061f9e35 (patch) | |
tree | 70e8f4bc1649c10e1e60ffc9566e749204605753 /mod/mod-ci-github.hxx | |
parent | e9020cd31b8dece788dd24b0557b2bc8582c5804 (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 aacd877..edadf89 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -120,7 +120,7 @@ namespace brep explicit installation_access_token (json::parser&); - installation_access_token (const string& token, timestamp expires_at); + installation_access_token (const string& token, timestamp expires_at); // @@ move? installation_access_token () = default; }; |