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, ); } }