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);