This commit is contained in:
2023-08-12 13:03:06 +02:00
parent eb8968aa69
commit bd9121aa63

View File

@@ -110,7 +110,9 @@ async fn convert_file(
},
};
if status_code.code().unwrap() != 0 {
log::error!("{:?}", status_code);
return StatusCode::BAD_REQUEST.into_response();
}