remove omitempty
This commit is contained in:
@@ -13,7 +13,7 @@ type Report struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Data struct {
|
type Data struct {
|
||||||
Minimal int `json:"minimal,omitempty"`
|
Minimal int `json:"minimal"`
|
||||||
Average int `json:"average,omitempty"`
|
Average int `json:"average"`
|
||||||
Maximal int `json:"maximal,omitempty"`
|
Maximal int `json:"maximal"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user