aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/Recipe.js')
-rw-r--r--src/models/Recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Recipe.js b/src/models/Recipe.js
index 00c0f699f..6655f8310 100644
--- a/src/models/Recipe.js
+++ b/src/models/Recipe.js
@@ -44,7 +44,7 @@ export default class Recipe {
44 } 44 }
45 45
46 if (!data.id) { 46 if (!data.id) {
47 // Franz 4 recipes do not have an Id 47 // Ferdi 4 recipes do not have an Id
48 throw Error(`Recipe '${data.name}' requires Id`); 48 throw Error(`Recipe '${data.name}' requires Id`);
49 } 49 }
50 50