From 6e922f30029a9f9558ff070d3dc7c4330dd7e08f Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Wed, 27 Dec 2023 15:06:45 +0100 Subject: [PATCH] feat: return Price.owner info --- app/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schemas.py b/app/schemas.py index 3436228a..177b9d65 100644 --- a/app/schemas.py +++ b/app/schemas.py @@ -184,7 +184,7 @@ def product_code_and_category_tag_are_exclusive(self): class PriceBase(PriceCreate): product_id: int | None location_id: int | None - # owner: str + owner: str created: datetime.datetime