feat: ingredientds

This commit is contained in:
2026-05-18 14:51:25 +02:00
parent 7a907f2b17
commit 8c612452f2
8 changed files with 50 additions and 4 deletions
+2 -2
View File
@@ -10,6 +10,6 @@ enum MealPostType: string
case BRUNCH = 'brunch';
case SNACK = 'snack';
case DRINK = 'drink';
case SUPPLEMENT = "supplement";
case OTHER = "other";
case SUPPLEMENT = 'supplement';
case OTHER = 'other';
}