Fixing TS issue caused by linting.
This commit is contained in:
parent
fa94ea7b3a
commit
b5993f4aa9
|
@ -225,8 +225,8 @@ class InternalBuilder {
|
||||||
"left"
|
"left"
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
// @ts-ignore
|
|
||||||
query = query
|
query = query
|
||||||
|
// @ts-ignore
|
||||||
.join(
|
.join(
|
||||||
throughTable,
|
throughTable,
|
||||||
function () {
|
function () {
|
||||||
|
|
Loading…
Reference in New Issue