From e4681370ad7f3c55317c8a574cfde561a5875a78 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 3 Dec 2024 13:13:10 +0100 Subject: [PATCH] bugfixing --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index c8983d6..4e70dd6 100755 --- a/app/main.py +++ b/app/main.py @@ -1396,6 +1396,7 @@ async def get_price_alert(data: UserId, api_key: str = Security(get_api_key)): return { 'symbol': item.symbol, 'name': item.name, + 'id': item.id, 'assetType': item.asset_type, 'targetPrice': item.target_price, 'priceWhenCreated': item.price_when_created,