Code formatting
This commit is contained in:
@@ -17,7 +17,12 @@ pub async fn send_messages(
|
||||
schedule_at: None,
|
||||
};
|
||||
let mut sendmsg = swoosh::SendMsg::default();
|
||||
sendmsg.load_config(&config.auth_token, &config.phone_number, &config.service_sid, &config.account_sid);
|
||||
sendmsg.load_config(
|
||||
&config.auth_token,
|
||||
&config.phone_number,
|
||||
&config.service_sid,
|
||||
&config.account_sid,
|
||||
);
|
||||
sendmsg.load_recipient(&contact.phone_number);
|
||||
sendmsg.load_message(&message.content);
|
||||
match sendmsg.send_message(¶m).await {
|
||||
|
||||
Reference in New Issue
Block a user