fix(recipe-generation): justera mock-ingredienser mot seed-katalogen så pilotbatch blir granskbar
This commit is contained in:
@@ -248,13 +248,21 @@ export function mockOutputFor(taskType: AamosTaskType, input: unknown): unknown
|
||||
note: null,
|
||||
},
|
||||
{
|
||||
canonicalIngredientId: "onion_yellow",
|
||||
canonicalIngredientId: "onion",
|
||||
displayNameSv: "gul lök",
|
||||
quantity: 2,
|
||||
unit: "COUNT",
|
||||
optional: false,
|
||||
note: null,
|
||||
},
|
||||
{
|
||||
canonicalIngredientId: "rice_white",
|
||||
displayNameSv: "ris",
|
||||
quantity: 3,
|
||||
unit: "DECILITER",
|
||||
optional: false,
|
||||
note: null,
|
||||
},
|
||||
],
|
||||
steps: [
|
||||
{ instructionSv: "Förbered ingredienserna.", timerSeconds: null, temperatureC: null, tip: null },
|
||||
|
||||
Reference in New Issue
Block a user