lint
This commit is contained in:
parent
df2f6cf257
commit
c077f7e84c
|
@ -1191,7 +1191,7 @@ class InternalBuilder {
|
|||
query = query.orderByRaw(`?? ?? nulls ??`, [
|
||||
this.rawQuotedIdentifier(composite),
|
||||
this.knex.raw(direction),
|
||||
this.knex.raw(nulls as string)
|
||||
this.knex.raw(nulls as string),
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue