Fix typo in buildCannedDashboardQuery
parent
5eb8904d00
commit
c84389556e
|
@ -21,7 +21,7 @@ const buildCannedDashboardQuery = (
|
|||
|
||||
let text = query.query
|
||||
const wheres = _.get(query, 'wheres')
|
||||
const groupbys = _.get(query, 'gropubys')
|
||||
const groupbys = _.get(query, 'groupbys')
|
||||
|
||||
if (upper) {
|
||||
text += ` where time > '${lower}' AND time < '${upper}'`
|
||||
|
|
Loading…
Reference in New Issue