From 2d5a0f4f473e535b98fa16aede22ff707e670e97 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Wed, 11 May 2022 21:54:56 -0500 Subject: [PATCH] hora excepcion --- src/hora-excepcion/hora-excepcion.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hora-excepcion/hora-excepcion.service.ts b/src/hora-excepcion/hora-excepcion.service.ts index 6d7114c..a3d557b 100644 --- a/src/hora-excepcion/hora-excepcion.service.ts +++ b/src/hora-excepcion/hora-excepcion.service.ts @@ -29,7 +29,7 @@ export class HoraExcepcionService { .findOne({ id_hora_excepcion }) .then((horaExcepcion) => { if (!horaExcepcion) - throw new NotFoundException('No existe esta carrera-programa'); + throw new NotFoundException('No existe la hora excepción'); return horaExcepcion; }); }