updated models/services/tests to include user_id

This commit is contained in:
Michael Genson
2024-02-23 17:02:32 +00:00
parent 74d6f58363
commit 0bf3aed287
7 changed files with 19 additions and 12 deletions

View File

@@ -190,6 +190,7 @@ class ShoppingListRecipeRefOut(MealieModel):
class ShoppingListSave(ShoppingListCreate):
group_id: UUID4
user_id: UUID4
class ShoppingListSummary(ShoppingListSave):