Warning fixes
catapult PR / Rustfmt (pull_request) Successful in 54s
catapult PR / Clippy (pull_request) Successful in 1m56s
catapult PR / Check (pull_request) Successful in 1m36s

This commit is contained in:
2026-06-27 17:35:00 -04:00
parent 3c34663767
commit dbdfcfabe9
+1 -2
View File
@@ -106,8 +106,7 @@ impl Service {
println!("Config: {twilio_config:?}");
println!("SM: {scheduled_message:?}");
match swoosh::twilio::api::send_message(&message, &contact, &param, twilio_config).await
{
match swoosh::twilio::api::send_message(message, contact, &param, twilio_config).await {
Ok(resp) => {
println!("Message scheduled");
// MER response