SSE: fix casing on classic conditions model. (#32754)
This commit is contained in:
@@ -26,7 +26,7 @@ type ClassicConditionJSON struct {
|
||||
} `json:"operator"`
|
||||
|
||||
Query struct {
|
||||
Params []string
|
||||
Params []string `json:"params"`
|
||||
} `json:"query"`
|
||||
|
||||
Reducer struct {
|
||||
|
||||
Reference in New Issue
Block a user