From b5980b2dcfe95d4e341161ec93bebd57805b0da0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Feb 2024 12:12:52 +0200 Subject: Review --- mod/mod-ci-github.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mod/mod-ci-github.hxx') diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index c29a967..0896c0b 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -35,14 +35,11 @@ namespace brep virtual void init (cli::scanner&); + // @@ Can it be static in .cxx file? + // bool respond (response&, status_code, const string& message); - bool - handle_webhook (request&, - const std::optional& github_event, - response&); - private: shared_ptr options_; }; -- cgit v1.1