aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Recipe.ts
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/models/Recipe.ts
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'src/models/Recipe.ts')
-rw-r--r--src/models/Recipe.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Recipe.ts b/src/models/Recipe.ts
index 959b43fd9..4463abe95 100644
--- a/src/models/Recipe.ts
+++ b/src/models/Recipe.ts
@@ -78,7 +78,7 @@ export default class Recipe {
78 } 78 }
79 79
80 if (!data.id) { 80 if (!data.id) {
81 // Ferdi 4 recipes do not have an Id 81 // Ferdium 4 recipes do not have an Id
82 throw new Error(`Recipe '${data.name}' requires Id`); 82 throw new Error(`Recipe '${data.name}' requires Id`);
83 } 83 }
84 84