inicio correccion eñe
This commit is contained in:
@@ -7,7 +7,7 @@ const escolares = async (numero) => {
|
||||
url: `${process.env.ESCOLARES}${numero}`,
|
||||
data: `${process.env.ESCOLARES_PASS}`,
|
||||
}).then((res) => {
|
||||
console.log(res.data);
|
||||
console.log(res.data.nombre.trim());
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user