diff --git a/src/routes/webhook/tradingview/+server.ts b/src/routes/webhook/tradingview/+server.ts index eabdaeb..b2cc40d 100644 --- a/src/routes/webhook/tradingview/+server.ts +++ b/src/routes/webhook/tradingview/+server.ts @@ -100,6 +100,9 @@ export const POST = async ({ locals, request }) => { symbol: symbol, }) + console.log('closing') + console.log(position.result.list) + if (position.result.list.length <= 0) { return new Response() }