This commit is contained in:
Lemuel Marquez
2021-06-23 14:10:42 -05:00
parent f67944f08e
commit 686395ee5f
+1
View File
@@ -58,6 +58,7 @@ const historial = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
oreder: [['createdAt', 'DESC']],
}).then((res) => {
for (let i = 0; i < res.rows.length; i++) {
delete res.rows[i].dataValues.idUsuario;