Fix silly error
Build and Publish / Build and Test (push) Successful in 8m29s

This commit is contained in:
2024-10-31 12:10:57 +00:00
parent 9d23828345
commit bc4aa8242c
+1 -1
View File
@@ -52,7 +52,7 @@ async fn extract_csv_and_account_name(mut multipart: Multipart) -> Result<(Optio
} }
#[derive(serde::Deserialize, Debug, Clone)] #[derive(serde::Deserialize, Debug, Clone)]
struct ShortcutBody { pub struct ShortcutBody {
pub body: String, pub body: String,
pub account_name: String, pub account_name: String,
} }