code cleanup

This commit is contained in:
J-onasJones 2024-01-03 00:48:58 +01:00
parent 5c7c572641
commit ce7aa20a57

View file

@ -323,8 +323,6 @@ async fn filter_type_handler(params: HashMap<String, String>) -> Result<impl war
}
async fn filter_gettypes_handler() -> Result<impl warp::Reply, warp::Rejection> {
println!("Received parameters - parameters: gettypes");
// fetch the data
let data = fetch_data().await.unwrap();