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
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:
@@ -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