Skip to content

Commit

Permalink
Bug fix on JSON Tag
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Rajagopal <[email protected]>
  • Loading branch information
rajagopalanand committed Nov 14, 2024
1 parent ee62ab2 commit 196fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruler/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type Alert struct {
// RuleDiscovery has info for all rules
type RuleDiscovery struct {
RuleGroups []*RuleGroup `json:"groups"`
GroupNextToken string `json:"groupNextToken:omitempty"`
GroupNextToken string `json:"groupNextToken,omitempty"`
}

// RuleGroup has info for rules which are part of a group
Expand Down

0 comments on commit 196fbd9

Please sign in to comment.