Fix typo in buildCannedDashboardQuery

pull/3527/head
Iris Scholten 2018-05-29 13:17:42 -07:00
parent 5eb8904d00
commit c84389556e
1 changed files with 1 additions and 1 deletions

View File

@ -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}'`