sometimes, i do not check that things compile before i push. that's naughty of me.
This commit is contained in:
parent
819784404e
commit
7895bff847
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue