From dc9a7b8499da9ce7a90546afecd048d0bfb31f38 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 13 Jun 2024 10:16:29 +0200 Subject: Make ServeApi a general class, not a singleton ...and adjust interfaces. --- src/other_tools/root_maps/commit_git_map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/commit_git_map.hpp') diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 1f2ff707..4cdc7fd9 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -81,7 +81,7 @@ using CommitGitMap = MirrorsPtr const& additional_mirrors, std::string const& git_bin, std::vector const& launcher, - std::optional> const& serve, + std::optional const& serve, gsl::not_null const& local_api, std::optional> const& remote_api, bool fetch_absent, -- cgit v1.2.3