Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Dec 3, 2024
1 parent d07d1eb commit e468137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,7 @@ async def fetch_quote_data(item):
return {
'symbol': item.symbol,
'name': item.name,
'id': item.id,
'assetType': item.asset_type,
'targetPrice': item.target_price,
'priceWhenCreated': item.price_when_created,
Expand Down

0 comments on commit e468137

Please sign in to comment.