From 5ad7e0d4138a1ca50be1629e1feec162e66148c1 Mon Sep 17 00:00:00 2001 From: "Lemuel H. Marquez Rosas" Date: Thu, 17 Sep 2020 10:04:01 -0500 Subject: [PATCH] ara usuario --- src/controller/Usuario.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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) {