v0.3.0 #2
+1
-2
@@ -106,8 +106,7 @@ impl Service {
|
||||
println!("Config: {twilio_config:?}");
|
||||
println!("SM: {scheduled_message:?}");
|
||||
|
||||
match swoosh::twilio::api::send_message(&message, &contact, ¶m, twilio_config).await
|
||||
{
|
||||
match swoosh::twilio::api::send_message(message, contact, ¶m, twilio_config).await {
|
||||
Ok(resp) => {
|
||||
println!("Message scheduled");
|
||||
// MER response
|
||||
|
||||
Reference in New Issue
Block a user