Fixed bug
This commit is contained in:
parent
9dc6c5385f
commit
f67c8e0167
1 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ class VegetableTypes {
|
|||
let res = []
|
||||
|
||||
for (let i = 0; i < items.rows.length; i += 1) {
|
||||
let type = items[i].rows.toJSON()
|
||||
let type = items.rows[i].toJSON()
|
||||
let vegetables = []
|
||||
|
||||
for (let j = 0; j < type.Vegetables.length; j += 1) {
|
||||
|
|
Loading…
Reference in a new issue