不要怂,就是干,撸起袖子干!

Commit 5f3377d7 by Mick Hansen

:style: fix jshint

1 parent bda2ed15
Showing with 1 additions and 2 deletions
......@@ -1142,8 +1142,7 @@ module.exports = (function() {
, subQueryJoinOn;
// Filter statement
// Used by both join and
where
// Used by both join and where
if (subQuery && !include.subQuery && include.parent.subQuery && (include.hasParentRequired || include.hasParentWhere || include.parent.hasIncludeRequired || include.parent.hasIncludeWhere)) {
joinOn = self.quoteIdentifier(tableLeft + '.' + attrLeft);
} else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!