- Issue created by @Fernando Iglesias
- @fernando-iglesias opened merge request.
- Status changed to Fixed
over 1 year ago 4:34pm 27 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The list of recipes returned should just be a zero-indexed array of arrays, each representing a recipe in computrition. However, if the returned list from the API only contains a single recipe, then the entire array just represents that one recipe and it is no longer zero-indexed.
Fix it such that the case of a recipe list with a single recipe in it is consistent with a recipe list with multiple items.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.