diff --git a/src/controller/Usuario.ts b/src/controller/Usuario.ts index 1896087..f49392c 100644 --- a/src/controller/Usuario.ts +++ b/src/controller/Usuario.ts @@ -259,6 +259,18 @@ export class UsuarioController { nombre: "alumno_externo", }, }, + { + cuenta: 420090670, + nombre: "Jocelyn", + apellidoPaterno: "Vaca", + apellidoMaterno: "Zepeda", + institucion: "FES Acatlan", + carrera: "Ciencias Politicas", + tipoUsuario: { + id: 2, + nombre: "alumno_externo", + }, + }, ]; for (let index = 0; index < alumnos.length; index++) { if (alumnos[index].cuenta === +usuarioId) {