Compare commits

..
Author SHA1 Message Date
phoenix 1a94dc2c5e base64-ng: bump
swoosh pr / Rustfmt (pull_request) Failing after 39s
swoosh pr / Clippy (pull_request) Successful in 1m8s
Release Tagging / release (pull_request) Successful in 30s
swoosh pr / Check (pull_request) Successful in 1m38s
2026-07-04 20:53:41 -04:00
phoenix 41b8352b3a swoosh: bump 2026-07-04 20:52:06 -04:00
phoenix 5943aa178b Fix 2026-07-04 20:51:52 -04:00
+2 -4
View File
@@ -58,10 +58,8 @@ impl SendMsg {
}; };
let url = twilio::api::twilio_url(&self.config.account_sid); let url = twilio::api::twilio_url(&self.config.account_sid);
let headers = match twilio::api::init_headers( let headers =
&self.config.account_sid, match twilio::api::init_headers(&self.config.account_sid, &self.config.auth_token) {
&self.config.auth_token,
) {
Ok(headers) => headers, Ok(headers) => headers,
Err(err) => { Err(err) => {
return Err(std::io::Error::other(err)); return Err(std::io::Error::other(err));