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

Commit 551b8374 by Ruben Bridgewater

Insert missing return

1 parent 4c6c293c
Showing with 1 additions and 1 deletions
...@@ -637,7 +637,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -637,7 +637,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
return self.PhoneNumber.create({ phone: '111111' }).then(function(somePhone2) { return self.PhoneNumber.create({ phone: '111111' }).then(function(somePhone2) {
return someContact.setPhotos([somePhoto]).then(function() { return someContact.setPhotos([somePhoto]).then(function() {
return someContact.setPhoneNumbers([somePhone1, somePhone2]).then(function() { return someContact.setPhoneNumbers([somePhone1, somePhone2]).then(function() {
self.Contact.find({ return self.Contact.find({
where: { where: {
name: 'Boris' name: 'Boris'
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!