diff --git a/src/index.ts b/src/index.ts index a3516bf..e212264 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1242,6 +1242,7 @@ function groupFoodEntriesByMeal(entries: FoodStorage[]): MealGroup[] { // Return only groups that have entries, in chronological order const orderedPeriods: MealPeriod[] = [ + 'pre-workout', 'breakfast', 'second-breakfast', 'lunch', 'snacks', 'dinner', 'night-snacks' ];