Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Oct 17, 2023
1 parent c11293a commit 47e2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async fn start_server(port: u16) {
}

async fn handle_transcription(
form: warp::multipart::FormData,
_form: warp::multipart::FormData,
) -> Result<impl warp::Reply, warp::Rejection> {
// Handle the uploaded file and parameters from the multipart form.
// For simplicity, I'm providing a placeholder response here.
Expand Down

0 comments on commit 47e2fbc

Please sign in to comment.