diff --git a/server/controller/Prestamo/historial.js b/server/controller/Prestamo/historial.js index 8986572..916ba4b 100644 --- a/server/controller/Prestamo/historial.js +++ b/server/controller/Prestamo/historial.js @@ -94,7 +94,6 @@ const historial = async (body) => { ], limit: 25, offset: 25 * (pagina - 1), - order: [['createdAt', 'DESC']], }); };