fix function name in recursion
This commit is contained in:
parent
157946cc42
commit
a3112aa929
@ -248,7 +248,7 @@ module.exports = class DateHistogram extends BaseDataview {
|
||||
this.aggregation = aggregation;
|
||||
}
|
||||
override.aggregation = this.aggregation;
|
||||
this._buildDateHistogramQuery(psql, override, callback);
|
||||
this._buildQuery(psql, override, callback);
|
||||
}.bind(this));
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user