sometimes, i do not check that things compile before i push. that's naughty of me.

This commit is contained in:
Ryan Heywood 2024-09-04 15:37:04 -04:00
parent 819784404e
commit 7895bff847
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,10 @@ async fn send_email(form_data: FormData, state: &State) -> Result<(), Box<dyn Er
),
("Service", form_data.service),
("How can we help?", form_data.help),
("How did you hear about us?", form_data.hear_about),
(
"How did you hear about us?",
form_data.hear_about.unwrap_or("Not provided".to_string()),
),
(
"Other",
form_data