Update deps

This commit is contained in:
2023-01-06 19:22:38 +01:00
parent 6f3eb1689c
commit b248de01bc
2 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ pub async fn download(
let download_result = match book_download(source_id, remote_id, file_type.as_str()).await {
Ok(v) => v,
Err(err) => {
Err(_) => {
return Err((StatusCode::NO_CONTENT, "Can't download!".to_string()))
},
};