This commit is contained in:
Jai A
2023-04-25 19:37:56 -07:00
parent 89e56ae279
commit 568e5a9bb8
5 changed files with 31 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ async fn main() {
&mut uploaded_files,
semaphore.clone(),
)
.await
.await
{
Ok(..) => {}
Err(err) => error!("{:?}", err),