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']
|
||||
],
|
||||
include: [{
|
||||
include: [{
|
||||
model: models.Vegetables,
|
||||
as: 'Vegetables',
|
||||
order: [
|
||||
['name', 'ASC']
|
||||
]
|
||||
}]
|
||||
model: models.Vegetables,
|
||||
as: 'Vegetables',
|
||||
order: [
|
||||
['name', 'ASC']
|
||||
]
|
||||
}]
|
||||
})
|
||||
.then(items => {
|
||||
|
|
Loading…
Reference in a new issue