Skip to content

Commit

Permalink
write key in snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 8, 2024
1 parent 93f80f7 commit cfe1c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/dataflatten/flatten.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (fl *Flattener) queryMatchArrayElement(data interface{}, arrIndex int, quer
"caller", "queryMatchArrayElement",
"rows_so_far", len(fl.rows),
"query", queryTerm,
"arrIndex", arrIndex,
"arr_index", arrIndex,
)

// strip off the key re-write denotation before trying to match
Expand Down

0 comments on commit cfe1c6f

Please sign in to comment.