Typo
This commit is contained in:
parent
3af1182206
commit
012fa91e83
@ -71,7 +71,7 @@ function columnAggregations(field) {
|
||||
function addStat(queries, ctx, type, zoom, query, assign, assignDefault=null) {
|
||||
let sql;
|
||||
if (type === 'pre') {
|
||||
sql = ctx. preQuery;
|
||||
sql = ctx.preQuery;
|
||||
}
|
||||
else {
|
||||
sql = queryForZoom(ctx.aggrQuery, zoom);
|
||||
|
Loading…
Reference in New Issue
Block a user