v0.3.0 #2

Merged
phoenix merged 24 commits from v0.3.0 into main 2026-06-27 17:37:22 -04:00
Showing only changes of commit dbdfcfabe9 - Show all commits
+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