include note from ingredient API

This commit is contained in:
smilerz 2022-02-16 08:35:04 -06:00
parent 19708dbc64
commit ad6d99800e
No known key found for this signature in database
GPG Key ID: 39444C7606D47126

View File

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