From 6c3c60b1413f9948afe73dc136a259d781fa65a2 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Thu, 11 Jan 2024 22:19:08 +0700 Subject: [PATCH] fix(katana): aaa --- swordfish/src/katana.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swordfish/src/katana.rs b/swordfish/src/katana.rs index bfc7bde..1904204 100644 --- a/swordfish/src/katana.rs +++ b/swordfish/src/katana.rs @@ -501,7 +501,7 @@ pub async fn analyze_drop_message(message: &Message) -> Result, Ok((i, execute_analyze_drop(card_img, i).await)) }); } - let mut handles: Vec), String>>> = Vec::new(); + let mut handles: Vec), String>>> = Vec::new(); for job in jobs { let handle = task::spawn(job); handles.push(handle);