From 52cbfd2288433ba217b925b619a9e90af87fd20e Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Tue, 6 Apr 2021 10:09:37 -0500 Subject: [PATCH] listo --- server/controller/Servicio/gustavoBazPrada.js | 2 +- server/controller/Servicio/reporte.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/controller/Servicio/gustavoBazPrada.js b/server/controller/Servicio/gustavoBazPrada.js index 45166da..d73853e 100644 --- a/server/controller/Servicio/gustavoBazPrada.js +++ b/server/controller/Servicio/gustavoBazPrada.js @@ -23,7 +23,7 @@ const gustavoBazPrada = async (body) => { }).then((res) => { for (let i = 0; i < res.length; i++) data.push({ - numeroCuenta: res[i].Usuario.Usuario, + numeroCuenta: res[i].Usuario.usuario, nombre: res[i].Usuario.nombre, licenciatura: res[i].Carrera.carrera, correo: res[i].correo, diff --git a/server/controller/Servicio/reporte.js b/server/controller/Servicio/reporte.js index 5fba05e..71a65a2 100644 --- a/server/controller/Servicio/reporte.js +++ b/server/controller/Servicio/reporte.js @@ -24,7 +24,7 @@ const reporte = async (body) => { }).then((res) => { for (let i = 0; i < res.length; i++) data.push({ - numeroCuenta: res[i].Usuario.Usuario, + numeroCuenta: res[i].Usuario.usuario, nombre: res[i].Usuario.nombre, licenciatura: res[i].Carrera.carrera, correo: res[i].correo,