Merge branch 'feature/related_recipe_switcher' of https://github.com/TandoorRecipes/recipes into feature/related_recipe_switcher

This commit is contained in:
smilerz
2021-12-31 09:01:36 -06:00

View File

@ -132,7 +132,6 @@ export default {
})
return Promise.all(promises).then(() => {
console.log(this.recipe_list)
let promises = []
let dedup = []
this.recipe_list.forEach((recipe) => {