Fixed bug
This commit is contained in:
parent
e00a165ce2
commit
b18612205a
1 changed files with 5 additions and 7 deletions
|
@ -8,13 +8,11 @@ class VegetableTypes {
|
||||||
['name', 'ASC']
|
['name', 'ASC']
|
||||||
],
|
],
|
||||||
include: [{
|
include: [{
|
||||||
include: [{
|
model: models.Vegetables,
|
||||||
model: models.Vegetables,
|
as: 'Vegetables',
|
||||||
as: 'Vegetables',
|
order: [
|
||||||
order: [
|
['name', 'ASC']
|
||||||
['name', 'ASC']
|
]
|
||||||
]
|
|
||||||
}]
|
|
||||||
}]
|
}]
|
||||||
})
|
})
|
||||||
.then(items => {
|
.then(items => {
|
||||||
|
|
Loading…
Reference in a new issue