mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +00:00
Adding camelCase to node-info users.
This commit is contained in:
parent
e6a16f08a3
commit
3f23e0e6b9
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ struct NodeInfoUsage {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
struct NodeInfoUsers {
|
struct NodeInfoUsers {
|
||||||
pub total: i64,
|
pub total: i64,
|
||||||
pub active_half_year: i64,
|
pub active_half_year: i64,
|
||||||
|
|
Loading…
Reference in a new issue