From d0625e3e53b549db4fc2a4f129d0c744d64bd759 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 24 Dec 2024 22:29:25 -0600 Subject: [PATCH] adding ethan bakc --- src/api/health_form.rs | 2 +- src/api/mt_form.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/health_form.rs b/src/api/health_form.rs index 7b17b8f..8285e03 100644 --- a/src/api/health_form.rs +++ b/src/api/health_form.rs @@ -343,7 +343,7 @@ impl HealthForm { .unwrap(), ) .to("Chris Cochrun ".parse().unwrap()) - // .to("Ethan Rose ".parse().unwrap()) + .to("Ethan Rose ".parse().unwrap()) .subject(email_subject) .multipart(multi) .wrap_err("Email incorrect") diff --git a/src/api/mt_form.rs b/src/api/mt_form.rs index 355bb6d..2ab5531 100644 --- a/src/api/mt_form.rs +++ b/src/api/mt_form.rs @@ -364,7 +364,7 @@ impl MtForm { .unwrap(), ) .to("Chris Cochrun ".parse().unwrap()) - // .to("Ethan Rose ".parse().unwrap()) + .to("Ethan Rose ".parse().unwrap()) .subject(email_subject) .multipart(multi) .wrap_err("problemss")