From 80ebda4d427e6c24a4b3bda20af13f0587ab4700 Mon Sep 17 00:00:00 2001 From: BeckaL Date: Thu, 12 Dec 2024 14:53:15 +0000 Subject: [PATCH] WIP add logging --- src/components/ipv-callback/ipv-callback-controller.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ipv-callback/ipv-callback-controller.ts b/src/components/ipv-callback/ipv-callback-controller.ts index c524fc862..1cab32a83 100644 --- a/src/components/ipv-callback/ipv-callback-controller.ts +++ b/src/components/ipv-callback/ipv-callback-controller.ts @@ -44,6 +44,8 @@ export function ipvCallbackGet( throw new BadRequestError(result.data.message, result.data.code); } + logger.info(`BECKA Response is ${JSON.stringify(result.data)}`) + if (!result.data.success) { const failedResponse = result as ApiResponseResult;