diff --git a/queries/general.py b/queries/general.py index c9ffb88..257c488 100644 --- a/queries/general.py +++ b/queries/general.py @@ -265,9 +265,9 @@ async def get_stocks_data( .join( Product ) - .options( - joinedload(MarketplaceProduct.product) - ) + # .options( + # joinedload(MarketplaceProduct.product) + # ) .where( MarketplaceProduct.marketplace_id == marketplace.id, or_(