ñ lista en teoria
This commit is contained in:
@@ -34,6 +34,8 @@ const escolares = async (body) => {
|
||||
creditos: res.data.avance,
|
||||
carrera: res.data.carrconst.trim(),
|
||||
};
|
||||
if (alumno.nombre.search('Ã') != 0)
|
||||
alumno.nombre = alumno.nombre.replace('Ã', 'Ñ');
|
||||
return Carrera.findOne({ where: { carrera: alumno.carrera } });
|
||||
})
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user