diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-25 13:45:14 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | c43ebafbd822647d4df2e175d983bc8d17a65f31 (patch) | |
tree | 1ee31c50d097232518347b5015ff3da9595fd377 /mod/mod-ci-github.hxx | |
parent | a9faa0d1b8d681e3e6d935a6e9117fd79f09df83 (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; }; |