fixed create alumno inscrito

This commit is contained in:
2026-01-22 10:53:40 -06:00
parent 6bf34c3f4f
commit 2b754d28be
7 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -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;