Forgot to add skip_serializing_none to persondetailsres. (#4399)

pull/4320/head^2
Dessalines 4 months ago committed by GitHub
parent f43d2eca70
commit 922ec7c2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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))]

Loading…
Cancel
Save