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

Commit dd8a8f50 by Mick Hansen

add missing return

1 parent 901e3968
Showing with 1 additions and 2 deletions
......@@ -1632,8 +1632,7 @@ describe(Support.getTestDialectTeaser('Include'), function() {
return Member.bulkCreate(members).then(function () {
return Album.bulkCreate(albums).then(function () {
Member.findAll({
return Member.findAll({
attributes: ['email'],
include: [
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!