Skip to content

Commit 303387e

Browse files
committed
fix 'values' to be lowercase
1 parent 6a69253 commit 303387e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

format.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ type PresentResponse struct {
3636
}
3737

3838
type DistributionResponse struct {
39-
Field string `json:"field"`
40-
Values []DistributionValue
39+
Field string `json:"field"`
40+
Values []DistributionValue `json:"values"`
4141
}
4242

4343
type DistributionValue struct {

0 commit comments

Comments
 (0)