Function name rename
Rust Build / Test Suite (pull_request) Successful in 39s
Rust Build / Rustfmt (pull_request) Successful in 44s

This commit is contained in:
2026-06-21 18:28:08 -04:00
parent ec1084d836
commit 2a894e582c
+1 -1
View File
@@ -102,7 +102,7 @@ pub mod endpoint {
};
for contact in &contacts {
match swoosh::twilio::api::send_mssage(
match swoosh::twilio::api::send_message(
&message, contact, &pp, &t_config,
)
.await