Skip to content
Snippets Groups Projects
Unverified Commit 2df21b9d authored by Dessalines's avatar Dessalines Committed by GitHub
Browse files

Dont serialize karma. #3393 (#4089)

parent d55bd2f2
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,10 @@ pub struct PersonAggregates {
pub id: i32,
pub person_id: PersonId,
pub post_count: i64,
#[serde(skip)]
pub post_score: i64,
pub comment_count: i64,
#[serde(skip)]
pub comment_score: i64,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment