Commit c430f3af5828b604349ed454102d925c8d478daa

Authored by Marko Tikvić
1 parent 4994f13a4a
Exists in master and in 1 other branch v2

fixed camel case correlation fields

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -26,7 +26,7 @@ type JSONPayload struct {
26 26 Params map[string]string `json:"params"`
27 27 Lang LangMap `json:"lang"`
28 28 Fields []Field `json:"fields"`
29   - Correlations []CorrelationField `json:"correlation_fields"`
  29 + Correlations []CorrelationField `json:"correlationFields"`
30 30 IdField string `json:"idField"`
31 31 // Data can only hold slices of any type. It can't be used for itteration
32 32 Data interface{} `json:"data"`
... ...