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,
unit: unit,
food: { name: result.data.food },
note: result.data.note,
})
})
})