From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- app/Controllers/Http/RecipeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/Http/RecipeController.js') diff --git a/app/Controllers/Http/RecipeController.js b/app/Controllers/Http/RecipeController.js index 4fad74e..cbdddaf 100644 --- a/app/Controllers/Http/RecipeController.js +++ b/app/Controllers/Http/RecipeController.js @@ -136,7 +136,7 @@ class RecipeController { // Get results let results; - if (needle === 'ferdi:custom') { + if (needle === 'ferdium:custom') { const dbResults = (await Recipe.all()).toJSON(); results = dbResults.map((recipe) => ({ id: recipe.recipeId, -- cgit v1.2.3-54-g00ecf