Fixing TS issue caused by linting.

This commit is contained in:
mike12345567 2022-02-02 18:18:53 +00:00
parent fa94ea7b3a
commit b5993f4aa9
1 changed files with 1 additions and 1 deletions

View File

@ -225,8 +225,8 @@ class InternalBuilder {
"left"
)
} else {
// @ts-ignore
query = query
// @ts-ignore
.join(
throughTable,
function () {