|
@@ -146,7 +146,7 @@ class Recipe{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
for(let i = 0; i < this._ingredients.length; i++){
|
|
for(let i = 0; i < this._ingredients.length; i++){
|
|
|
- traverseIngredient(this._ingredients[i]._ingredient, this._ingredients[i]._quantity);
|
|
|
|
|
|
|
+ traverseIngredient(this._ingredients[i]._ingredient, this._ingredients[i].quantity);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|