chore:little fixes and formating and linting and patches
This commit is contained in:
@@ -341,7 +341,9 @@ export class Query<T = any> {
|
||||
}
|
||||
|
||||
rawJoin(sql: string): this {
|
||||
if (this._skipNext) return this;
|
||||
if (this._skipNext) {
|
||||
return this;
|
||||
}
|
||||
this._rawJoins.push(sql);
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user