aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers')
-rw-r--r--app/Controllers/Http/RecipeController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/Http/RecipeController.js b/app/Controllers/Http/RecipeController.js
index 087627b..9d58708 100644
--- a/app/Controllers/Http/RecipeController.js
+++ b/app/Controllers/Http/RecipeController.js
@@ -107,7 +107,6 @@ class RecipeController {
107 featured: false, 107 featured: false,
108 version: '1.0.0', 108 version: '1.0.0',
109 icons: { 109 icons: {
110 png: data.png,
111 svg: data.svg, 110 svg: data.svg,
112 }, 111 },
113 }), 112 }),