diff --git a/src/controller/Usuario.ts b/src/controller/Usuario.ts index cca7cb7..dbe30b6 100644 --- a/src/controller/Usuario.ts +++ b/src/controller/Usuario.ts @@ -222,7 +222,19 @@ export class UsuarioController { id: 3, nombre: 'profesor_interno' } - } + }, + { + cuenta: 812917, + nombre: 'Araceli', + apellidoPaterno: 'Pérez', + apellidoMaterno: 'Palma', + institucion: 'FES Acatlan', + carrera: 'MAC', + tipoUsuario: { + id: 3, + nombre: 'profesor_interno' + } + }, ] for (let index = 0; index < alumnos.length; index++) { if (alumnos[index].cuenta === +usuarioId) {