Fixed type
Release Tagging / release (pull_request) Successful in 36s
swoosh Build / Check (pull_request) Successful in 36s
swoosh Build / Test Suite (pull_request) Successful in 31s
swoosh Build / Rustfmt (pull_request) Successful in 33s
swoosh Build / Clippy (pull_request) Successful in 32s
swoosh Build / build (pull_request) Successful in 37s

This commit is contained in:
2026-06-03 15:55:09 -04:00
parent 7c3b51d6a0
commit 97dcb360ab
+1 -1
View File
@@ -6,7 +6,7 @@ pub struct TwilioAPIMessage {
pub body: String,
// pub date_created: time::OffsetDateTime,
pub date_sent: Option<time::OffsetDateTime>,
pub date_updated: time::OffsetDateTime,
pub date_updated: Option<time::OffsetDateTime>,
pub direction: String,
// Not definite of what type this is
pub error_code: Option<String>,