This commit is contained in:
Martin Brodbeck 2023-09-26 21:52:45 +02:00
parent aa8c0d5a2c
commit 02077c04a5

View file

@ -183,7 +183,7 @@ async fn get_progress(
}; };
return ( return (
StatusCode::OK, StatusCode::OK,
Json(json!(res)), Json(json!({})),
); );
} }