mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +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)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct NodeInfoUsers {
|
||||
pub total: i64,
|
||||
pub active_half_year: i64,
|
||||
|
|
Loading…
Reference in a new issue