From 684f17515946fc7e955dc2eaae1e24754ae456b7 Mon Sep 17 00:00:00 2001 From: franz Date: Thu, 14 Dec 2023 13:18:41 +0100 Subject: [PATCH] more logs --- modules/sor/sor.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sor/sor.service.ts b/modules/sor/sor.service.ts index 8067c21c..33bd006a 100644 --- a/modules/sor/sor.service.ts +++ b/modules/sor/sor.service.ts @@ -26,6 +26,7 @@ export class SorService { } async getBeetsSwaps(input: GetSwapsInput): Promise { + console.log('getBeetsSwaps input', JSON.stringify(input)); const swap = await this.getSwap(input, sorV1BeetsService); const emptyResponse = sorV1BeetsService.zeroResponse( input.swapType,