From 80468d0c47e34e5733f8bfc58caffa29e4fde7f1 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sun, 10 Jan 2021 11:08:19 -0900 Subject: [PATCH] add last_recipe --- .gitignore | 1 + mealie/data/debug/last_recipe.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ec39805f..72fca36ef 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ ENV/ # Node Modules node_modules/ +mealie/data/debug/last_recipe.json diff --git a/mealie/data/debug/last_recipe.json b/mealie/data/debug/last_recipe.json index 4c23198e9..e154a0864 100644 --- a/mealie/data/debug/last_recipe.json +++ b/mealie/data/debug/last_recipe.json @@ -7,7 +7,9 @@ "Could not detect ingredients" ], "recipeInstructions": [ - "Could not detect instructions" + { + "text": "Could not detect instructions" + } ], "slug": "carottes-rappes-with-rice-and-sunflower-seeds-feed-the-swimmers", "orgURL": "https://www.feedtheswimmers.com/blog/2019/6/5/carottes-rapps-with-rice-and-sunflower-seeds",