diff --git a/src/alumno_sancion/alumno_sancion.service.ts b/src/alumno_sancion/alumno_sancion.service.ts index b7f2cd1..78e46c8 100644 --- a/src/alumno_sancion/alumno_sancion.service.ts +++ b/src/alumno_sancion/alumno_sancion.service.ts @@ -56,9 +56,6 @@ export class AlumnoSancionService { where: { alumno: { id_cuenta } }, }); - if (alusancion.length === 0) { - throw new NotFoundException(`El estudiante no cuenta con una sanción activa`); - } return { student, alusancion }; }