Lint
This commit is contained in:
parent
e4758c4a45
commit
e2ec75ff40
|
@ -1537,8 +1537,7 @@ class InternalBuilder {
|
||||||
limits?: { base: number; query: number }
|
limits?: { base: number; query: number }
|
||||||
} = {}
|
} = {}
|
||||||
): Knex.QueryBuilder {
|
): Knex.QueryBuilder {
|
||||||
const { operation, filters, paginate, relationships, table, resource } =
|
const { operation, filters, paginate, relationships, table } = this.query
|
||||||
this.query
|
|
||||||
const { limits } = opts
|
const { limits } = opts
|
||||||
|
|
||||||
// start building the query
|
// start building the query
|
||||||
|
|
Loading…
Reference in New Issue