This commit is contained in:
2023-08-07 20:59:54 +02:00
parent 32226a4cd2
commit 0978dc981e

View File

@@ -582,7 +582,7 @@ async fn download_archive(
.send() .send()
.await?; .await?;
tokio::spawn(wait_archive(bot, task.id, message)); let _ = wait_archive(bot, task.id, message).await;
Ok(()) Ok(())
} }