Skip to content

Commit

Permalink
Fix/9/product detail (#45)
Browse files Browse the repository at this point in the history
* #31 fix: modify migrations

* #9 fix : modify selector

---------

Co-authored-by: 밍 <[email protected]>
  • Loading branch information
chaechaeis and 0321minji authored May 18, 2024
1 parent 1afa429 commit 5c802fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products/selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def detail(product_id:str, user:User):
id=product.id,
name=product.name,
nickname=product.reformer.nickname,
market=user.market_name,
# market=user.market_name,
basic_price=product.basic_price,
reformer=product.reformer,
user_likes=product.user_likes,
Expand Down
2 changes: 1 addition & 1 deletion services/selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def detail(service_id:str, user:User):
id=service.id,
name=service.name,
nickname=service.reformer.nickname,
market=user.market_name,
# market=user.market_name,
basic_price=service.basic_price,
reformer=service.reformer,
user_likes=service.user_likes,
Expand Down

0 comments on commit 5c802fe

Please sign in to comment.