This commit is contained in:
Martin Brodbeck 2023-09-26 21:11:15 +02:00
parent e73333145d
commit 09fa0536a4

View file

@ -170,7 +170,6 @@ async fn get_progress(
.unwrap_or_default();
if values.is_empty() {
println!("nicht gefunden");
return (
StatusCode::BAD_GATEWAY,
Json(json!({"message": "Field 'document' not provided."})),