SSE: fix casing on classic conditions model. (#32754)

This commit is contained in:
Kyle Brandt
2021-04-07 10:12:22 -04:00
committed by GitHub
parent 0d08928981
commit 6395c649c8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type ClassicConditionJSON struct {
} `json:"operator"`
Query struct {
Params []string
Params []string `json:"params"`
} `json:"query"`
Reducer struct {