Test
This commit is contained in:
parent
aa8c0d5a2c
commit
02077c04a5
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ async fn get_progress(
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
StatusCode::OK,
|
StatusCode::OK,
|
||||||
Json(json!(res)),
|
Json(json!({})),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue