Skip to content

Commit

Permalink
feat: return Price.owner info
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 27, 2023
1 parent 3ed09e2 commit 6e922f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 6e922f3

Please sign in to comment.