delete error about sancion

This commit is contained in:
2026-03-02 12:05:08 -06:00
parent 07e7160242
commit 8aa0eab353
@@ -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 };
}