diff --git a/server/controller/Prestamo/historial.js b/server/controller/Prestamo/historial.js index 93793ea..78f854e 100644 --- a/server/controller/Prestamo/historial.js +++ b/server/controller/Prestamo/historial.js @@ -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;