fix coordinator handlers clang tidy error

This commit is contained in:
antoniofilipovic 2024-02-19 17:27:13 +01:00 committed by Antonio Filipovic
parent 59e0f30e15
commit 7a8f2dc782

View File

@ -66,7 +66,7 @@ void CoordinatorHandlers::Register(memgraph::coordination::CoordinatorServer &se
}
void CoordinatorHandlers::GetDatabaseHistoriesHandler(replication::ReplicationHandler &replication_handler,
slk::Reader *req_reader, slk::Builder *res_builder) {
slk::Reader * /*req_reader*/, slk::Builder *res_builder) {
slk::Save(coordination::GetDatabaseHistoriesRes{replication_handler.GetDatabasesHistories()}, res_builder);
}