mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
Forgot to add skip_serializing_none to persondetailsres. (#4399)
This commit is contained in:
parent
f43d2eca70
commit
922ec7c2cd
|
@ -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…
Reference in a new issue