l
This commit is contained in:
@@ -48,11 +48,11 @@ const escolares = async (body) => {
|
||||
return res;
|
||||
})
|
||||
.then((res) => {
|
||||
// delete res.dataValues.password;
|
||||
// delete res.dataValues.telefono;
|
||||
// delete res.dataValues.telefono;
|
||||
// delete res.dataValues.multa;
|
||||
// delete res.dataValues.idTipoUsuario;
|
||||
delete res.dataValues.password;
|
||||
delete res.dataValues.telefono;
|
||||
delete res.dataValues.telefono;
|
||||
delete res.dataValues.multa;
|
||||
delete res.dataValues.idTipoUsuario;
|
||||
return res;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user