Added fields to Claims (#6)
Release Tagging / release (push) Successful in 36s
Rust Build / Check (push) Successful in 36s
Rust Build / Rustfmt (push) Successful in 32s
Rust Build / Test Suite (push) Successful in 37s
Rust Build / Clippy (push) Successful in 33s
Rust Build / build (push) Successful in 34s

Reviewed-on: phoenix/textsender-models#6
This commit was merged in pull request #6.
This commit is contained in:
2026-05-29 09:38:53 -04:00
parent c85ca95016
commit b28d26e26b
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@ use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct TwilioConfig {
// #[serde(skip_serializing_if = "init::is_uuid_nil")]
#[serde(alias = "auth_id")]
pub account_sid: uuid::Uuid,
#[serde(skip_serializing_if = "String::is_empty")]