listo
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user