Skip to content

Commit

Permalink
WIP add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckaL committed Dec 12, 2024
1 parent cb38ffc commit 80ebda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ipv-callback/ipv-callback-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ReverificationResultFailedResponse>;
Expand Down

0 comments on commit 80ebda4

Please sign in to comment.