Migrate #4

Merged
phoenix merged 26 commits from migrate into v0.1.x 2026-06-06 17:47:45 -04:00
Showing only changes of commit c781e755f5 - Show all commits
+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,