Got it working. But will need to update swoosh
sender Build / Rustfmt (pull_request) Successful in 1m31s
sender Build / build (pull_request) Successful in 28s
sender Build / Check (pull_request) Successful in 27s
sender Build / Test Suite (pull_request) Failing after 37s
sender Build / Clippy (pull_request) Failing after 34s

This commit is contained in:
2026-06-06 17:25:43 -04:00
parent 2a1d295768
commit c781e755f5
+1 -1
View File
@@ -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,