Migrate #4
@@ -11,7 +11,7 @@ pub async fn send_messages(
|
|||||||
let long_sleep_limit: i64 = 5;
|
let long_sleep_limit: i64 = 5;
|
||||||
let mut count: i64 = 0;
|
let mut count: i64 = 0;
|
||||||
|
|
||||||
for contact in contacts {
|
for contact in contacts.iter() {
|
||||||
println!("Sending to: {:?}", contact.phone_number);
|
println!("Sending to: {:?}", contact.phone_number);
|
||||||
let param = swoosh::twilio::types::Parameters {
|
let param = swoosh::twilio::types::Parameters {
|
||||||
schedule: false,
|
schedule: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user