1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00

include note from ingredient API

This commit is contained in:
smilerz
2022-02-16 08:35:04 -06:00
parent 19708dbc64
commit ad6d99800e

View File

@@ -980,6 +980,7 @@ export default {
amount: result.data.amount, amount: result.data.amount,
unit: unit, unit: unit,
food: { name: result.data.food }, food: { name: result.data.food },
note: result.data.note,
}) })
}) })
}) })