diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/recipes/default.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 446a1e19..72299518 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -227,8 +227,7 @@ edible( sink_fill(GL) ) - -const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))).as("curry-with-rice") +const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))) edible(curry_with_rice) auto_trash() |