new ep findSancion

This commit is contained in:
2026-02-19 15:24:53 -06:00
parent 8a82b49a5c
commit 99f76c9412
6 changed files with 70 additions and 14 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ export class BitacoraMesaService {
return this.bitacoraMesaRepository.find({
relations: ['mesa', 'alumno_inscrito'],
take: 100,
order:{id_bitacora_mesa:"DESC"}
order: { id_bitacora_mesa: "DESC" }
});
}
@@ -76,7 +76,7 @@ export class BitacoraMesaService {
.getOne();
if (!student) {
throw new NotFoundException('alumno sin mesa');
throw new NotFoundException('Alumno sin mesa');
}
return student;