Skip to content

Commit 7bc2273

Browse files
easyCZroboquat
authored andcommitted
[usage] Normalize json keys in report
1 parent f62bc58 commit 7bc2273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usage/pkg/contentservice/usage_report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type InvalidSession struct {
1515
}
1616

1717
type UsageReport struct {
18-
GenerationTime time.Time `json:"generation_time"`
18+
GenerationTime time.Time `json:"generationTime"`
1919

2020
From time.Time `json:"from"`
2121
To time.Time `json:"to"`

0 commit comments

Comments
 (0)