Forgot to add skip_serializing_none to persondetailsres. (#4399)

upgrade_deps_18
Dessalines 2024-01-24 09:58:58 -05:00 committed by GitHub
parent f43d2eca70
commit 922ec7c2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ pub struct GetPersonDetails {
pub saved_only: Option<bool>,
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[cfg_attr(feature = "full", derive(TS))]
#[cfg_attr(feature = "full", ts(export))]