cargo fmt
This commit is contained in:
+6
-1
@@ -70,7 +70,12 @@ impl Service {
|
|||||||
|
|
||||||
let events = events.unwrap_or_default();
|
let events = events.unwrap_or_default();
|
||||||
let mut sendmsg = swoosh::SendMsg::default();
|
let mut sendmsg = swoosh::SendMsg::default();
|
||||||
sendmsg.load_config(&self.app.twilio_config.auth_token, &self.app.twilio_config.phone_number, &self.app.twilio_config.service_sid, &self.app.twilio_config.account_sid);
|
sendmsg.load_config(
|
||||||
|
&self.app.twilio_config.auth_token,
|
||||||
|
&self.app.twilio_config.phone_number,
|
||||||
|
&self.app.twilio_config.service_sid,
|
||||||
|
&self.app.twilio_config.account_sid,
|
||||||
|
);
|
||||||
|
|
||||||
for event in &events {
|
for event in &events {
|
||||||
println!("Event: {event:?}");
|
println!("Event: {event:?}");
|
||||||
|
|||||||
Reference in New Issue
Block a user