i am retarted
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-13 21:43:59 +01:00
parent ac459031c7
commit 88bbeded0f
+1 -1
View File
@@ -7,7 +7,7 @@ from .ingredientschema import IngredientSchema
class MealSchema(ma.SQLAlchemyAutoSchema):
# A list of author objects
authors = ma.Nested(IngredientSchema, many=True)
ingredients = ma.Nested(IngredientSchema, many=True)
class Meta:
model = Meal