feat: ingredientds
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user