Renaming function
swoosh pr / Rustfmt (pull_request) Successful in 59s
Release Tagging / release (pull_request) Successful in 32s
swoosh pr / Check (pull_request) Successful in 1m35s
swoosh pr / Clippy (pull_request) Successful in 1m46s

This commit is contained in:
2026-06-20 15:42:30 -04:00
parent cba5d24df4
commit ce8641137b
+5 -1
View File
@@ -7,7 +7,11 @@ pub async fn response_to_json(response: reqwest::Response) -> serde_json::Value
}
}
pub async fn send_mssage(
/// Backwards compatible
pub use send_message as send_mssage;
/// Send a message
pub async fn send_message(
msg: &textsender_models::message::Message,
contact: &textsender_models::contact::Contact,
param: crate::twilio::types::Parameters,