bump: textsender_models #10

Merged
phoenix merged 17 commits from update into main 2026-06-27 17:27:35 -04:00
Showing only changes of commit 039c88b056 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ pub use send_message as send_mssage;
pub async fn send_message(
msg: &textsender_models::message::Message,
contact: &textsender_models::contact::Contact,
param: crate::twilio::types::Parameters,
param: &crate::twilio::types::Parameters,
config: &textsender_models::config::auxiliary::TwilioConfig,
) -> Result<reqwest::Response, std::io::Error> {
if config.account_sid.is_empty() {