added error log
This commit is contained in:
@@ -42,6 +42,7 @@ export class OperationsService {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new InternalServerErrorException(
|
throw new InternalServerErrorException(
|
||||||
'Error al registrar crédito en API externa',
|
'Error al registrar crédito en API externa',
|
||||||
|
error,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user