mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Update deps
This commit is contained in:
@@ -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()))
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user