Warning fixes
This commit is contained in:
+1
-2
@@ -106,8 +106,7 @@ impl Service {
|
|||||||
println!("Config: {twilio_config:?}");
|
println!("Config: {twilio_config:?}");
|
||||||
println!("SM: {scheduled_message:?}");
|
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) => {
|
Ok(resp) => {
|
||||||
println!("Message scheduled");
|
println!("Message scheduled");
|
||||||
// MER response
|
// MER response
|
||||||
|
|||||||
Reference in New Issue
Block a user