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 => {
|
properties.rows.forEach(propperty => {
|
||||||
models.vegetableProperties
|
models.vegetableProperties
|
||||||
.create({
|
.create({
|
||||||
vegetablesId: item.id,
|
vegetableId: item.id,
|
||||||
propertyId: propperty.id
|
propertyId: propperty.id
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue