From 7895bff847eda9fe230572486ed9f918188d1696 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 4 Sep 2024 15:37:04 -0400 Subject: [PATCH] sometimes, i do not check that things compile before i push. that's naughty of me. --- crates/web-form/src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/web-form/src/main.rs b/crates/web-form/src/main.rs index 58d76b3..371bada 100644 --- a/crates/web-form/src/main.rs +++ b/crates/web-form/src/main.rs @@ -87,7 +87,10 @@ async fn send_email(form_data: FormData, state: &State) -> Result<(), Box