mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -582,7 +582,7 @@ async fn download_archive(
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
tokio::spawn(wait_archive(bot, task.id, message));
|
||||
let _ = wait_archive(bot, task.id, message).await;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user