Merge branch 'feature/related_recipe_switcher' of https://github.com/TandoorRecipes/recipes into feature/related_recipe_switcher
This commit is contained in:
@ -132,7 +132,6 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
return Promise.all(promises).then(() => {
|
return Promise.all(promises).then(() => {
|
||||||
console.log(this.recipe_list)
|
|
||||||
let promises = []
|
let promises = []
|
||||||
let dedup = []
|
let dedup = []
|
||||||
this.recipe_list.forEach((recipe) => {
|
this.recipe_list.forEach((recipe) => {
|
||||||
|
Reference in New Issue
Block a user