From c781e755f55c5e812782d9fca784d8c85f2621d6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 6 Jun 2026 17:25:35 -0400 Subject: [PATCH] Got it working. But will need to update swoosh --- src/messaging/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messaging/mod.rs b/src/messaging/mod.rs index ba26566..a7f1893 100644 --- a/src/messaging/mod.rs +++ b/src/messaging/mod.rs @@ -11,7 +11,7 @@ pub async fn send_messages( let long_sleep_limit: i64 = 5; let mut count: i64 = 0; - for contact in contacts { + for contact in contacts.iter() { println!("Sending to: {:?}", contact.phone_number); let param = swoosh::twilio::types::Parameters { schedule: false,