Commit Diff


commit - af1bda8fe5eea19660473b8bb1a5ef15756dd5c9
commit + 16b05de44f3a6f511fad431d0ccf13bb44e744ad
blob - c09f0c7cd5fdbf7b821dc5ca3e9f244c40cd7ae4
blob + 268b7b4e4a58a2e357df83df9f45ac90c52b41e5
--- cmd/apserve/nodeinfo.go
+++ cmd/apserve/nodeinfo.go
@@ -22,7 +22,7 @@ type nodeUsage struct {
 
 type nodeUserCounts struct {
 	Total          int `json:"total"`
-	ActiveHalfYear int `json:"activeHalfYear"`
+	ActiveHalfYear int `json:"activeHalfyear"`
 	ActiveMonth    int `json:"activetMonth"`
 }