fixed create alumno inscrito
This commit is contained in:
@@ -35,7 +35,7 @@ export class AlumnoService {
|
||||
});
|
||||
|
||||
if (!student) {
|
||||
throw new NotFoundException(`Student not found`);
|
||||
throw new NotFoundException(`Numero de cuenta ${id_cuenta} no existente`);
|
||||
}
|
||||
|
||||
return student;
|
||||
|
||||
Reference in New Issue
Block a user