mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix missing knex passthrough
This commit is contained in:
@@ -492,7 +492,7 @@ export async function applySearch(
|
||||
});
|
||||
}
|
||||
|
||||
export function applyAggregate(dbQuery: Knex.QueryBuilder, aggregate: Aggregate) {
|
||||
export function applyAggregate(dbQuery: Knex.QueryBuilder, aggregate: Aggregate): void {
|
||||
for (const [operation, fields] of Object.entries(aggregate)) {
|
||||
if (!fields) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user