added error log

This commit is contained in:
2025-10-22 18:47:05 -06:00
parent 3e64e6b04f
commit 5be67d6904
+1
View File
@@ -42,6 +42,7 @@ export class OperationsService {
} catch (error) {
throw new InternalServerErrorException(
'Error al registrar crédito en API externa',
error,
);
}
}