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

Commit 901e3968 by Mick Hansen

fix missing return

1 parent 4a96976f
Showing with 1 additions and 1 deletions
...@@ -1253,7 +1253,7 @@ describe(Support.getTestDialectTeaser('Include'), function() { ...@@ -1253,7 +1253,7 @@ describe(Support.getTestDialectTeaser('Include'), function() {
results.products[2].addTag(results.tags[2], {priority: 2}) results.products[2].addTag(results.tags[2], {priority: 2})
); );
}).then(function () { }).then(function () {
Product.findAll({ return Product.findAll({
include: [ include: [
{model: Tag, where: {name: 'C'}} {model: Tag, where: {name: 'C'}}
] ]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!