Forgot to add skip_serializing_none to persondetailsres.

fix_person_details_res
Dessalines 4 months ago
parent 20fd4b5869
commit b3e5fc3958

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

Loading…
Cancel
Save