From 5be67d690460916eaa66ea9c6d387e9fd78bdb9d Mon Sep 17 00:00:00 2001 From: IO420 <320154041@pcpuma.acatlan.unam.mx> Date: Wed, 22 Oct 2025 18:47:05 -0600 Subject: [PATCH] added error log --- src/operations/operations.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operations/operations.service.ts b/src/operations/operations.service.ts index 9852054..ddc1041 100644 --- a/src/operations/operations.service.ts +++ b/src/operations/operations.service.ts @@ -42,6 +42,7 @@ export class OperationsService { } catch (error) { throw new InternalServerErrorException( 'Error al registrar crédito en API externa', + error, ); } }