regresar a lo inicial

This commit is contained in:
Lemuel Marquez
2021-06-23 14:17:53 -05:00
parent 831cec8dfe
commit 4b95dc48ed
+1 -1
View File
@@ -58,7 +58,7 @@ const historial = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
order: [['createdAt', 'DESC']],
// order: [['createdAt', 'DESC']],
}).then((res) => {
for (let i = 0; i < res.rows.length; i++) {
delete res.rows[i].dataValues.idUsuario;