Migrate #4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user