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,