hora excepcion
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user