Added full flatbuffers support to the Table service

This commit is contained in:
Denis Chaplygin
2019-08-05 17:40:26 +03:00
parent 7ddda105a3
commit ea111129dd
7 changed files with 293 additions and 102 deletions
+1 -2
View File
@@ -154,8 +154,7 @@ Status TablePlugin::HandleRequest(const RoutingAlgorithmsInterface &algorithms,
}
api::TableAPI table_api{facade, params};
auto& json_result = result.get<util::json::Object>();
table_api.MakeResponse(result_tables_pair, snapped_phantoms, estimated_pairs, json_result);
table_api.MakeResponse(result_tables_pair, snapped_phantoms, estimated_pairs, result);
return Status::Ok;
}