From e60e6d40304a5a78df90c003adebc2ba6948888f Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Sun, 21 Dec 2025 14:27:33 +0100 Subject: [PATCH] fix: Block disabled symbols (FARTCOIN) from risk check to prevent unwanted Telegram notifications --- app/api/trading/check-risk/route.ts | 33 ++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/app/api/trading/check-risk/route.ts b/app/api/trading/check-risk/route.ts index 5f8d476..94a09b0 100644 --- a/app/api/trading/check-risk/route.ts +++ b/app/api/trading/check-risk/route.ts @@ -190,9 +190,38 @@ export async function POST(request: NextRequest): Promise