console.log close position

master
TZGyn 1 year ago
parent c0ef089b14
commit 6ff9177a44
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -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()
}

Loading…
Cancel
Save