Twilio Config refactor #27

Merged
phoenix merged 5 commits from twilio_config-refactor into alot_of_changes 2026-06-21 21:13:06 -04:00
Showing only changes of commit 2a894e582c - Show all commits
+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