Fixed bug
This commit is contained in:
parent
3392600861
commit
2c03395371
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Vegetables {
|
|||
properties.rows.forEach(propperty => {
|
||||
models.vegetableProperties
|
||||
.create({
|
||||
vegetablesId: item.id,
|
||||
vegetableId: item.id,
|
||||
propertyId: propperty.id
|
||||
})
|
||||
.then(() => {
|
||||
|
|
Loading…
Reference in a new issue