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

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