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

Commit b7610eab by Igor Nawrocki

fixed indentations

1 parent b9ec63bd
Showing with 4 additions and 8 deletions
...@@ -257,24 +257,20 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -257,24 +257,20 @@ describe(Support.getTestDialectTeaser("Include"), function () {
return this.sequelize.sync({force: true}) return this.sequelize.sync({force: true})
.then(function() { .then(function() {
return User.find({ return User.find({
include: [ include: [{
{
model: SubscriptionForm, model: SubscriptionForm,
include: [ include: [{
{
model: Collection, model: Collection,
where: { where: {
id: 0 id: 0
} }
}, { }, {
model: Category, model: Category,
include: [ include: [{
{
model: SubCategory model: SubCategory
}, { }, {
model: Capital, model: Capital,
include: [ include: [{
{
model: Category model: Category
}] }]
}] }]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!