This commit is contained in:
Adria Navarro 2024-12-11 14:09:11 +01:00
parent e4758c4a45
commit e2ec75ff40
1 changed files with 1 additions and 2 deletions

View File

@ -1537,8 +1537,7 @@ class InternalBuilder {
limits?: { base: number; query: number }
} = {}
): Knex.QueryBuilder {
const { operation, filters, paginate, relationships, table, resource } =
this.query
const { operation, filters, paginate, relationships, table } = this.query
const { limits } = opts
// start building the query