diff --git a/src/main.rs b/src/main.rs index 223fc46..0d21f9e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -98,7 +98,7 @@ async fn start_server(port: u16) { } async fn handle_transcription( - form: warp::multipart::FormData, + _form: warp::multipart::FormData, ) -> Result { // Handle the uploaded file and parameters from the multipart form. // For simplicity, I'm providing a placeholder response here.