new ep findSancion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user