We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d96dab commit 23d9fdeCopy full SHA for 23d9fde
packages/core/src/preagg/PreAggregator.js
@@ -134,7 +134,7 @@ export class PreAggregator {
134
*/
135
request(client, selection, activeClause) {
136
// if not enabled, do nothing
137
- if (!this.enabled) return null;
+ if (!this.enabled || activeClause == null) return null;
138
139
const { entries, mc, schema } = this;
140
const { source } = activeClause;
0 commit comments