Fixing GetPostsResponse serialization. (#3967)

This commit is contained in:
Dessalines 2023-09-20 05:49:26 -04:00 committed by GitHub
parent 8c419103b2
commit 89b7c981f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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