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

Commit 37bc8a08 by GuilhermeReda

Removed empty if.

1 parent 52c00540
Showing with 1 additions and 2 deletions
...@@ -1091,8 +1091,7 @@ module.exports = (function() { ...@@ -1091,8 +1091,7 @@ module.exports = (function() {
if (left.rawAttributes[attrLeft].field) { if (left.rawAttributes[attrLeft].field) {
attrLeft = left.rawAttributes[attrLeft].field; attrLeft = left.rawAttributes[attrLeft].field;
} }
} else { }
}
} }
joinOn = self.quoteTable(tableLeft) + '.' + self.quoteIdentifier(attrLeft); joinOn = self.quoteTable(tableLeft) + '.' + self.quoteIdentifier(attrLeft);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!