From 5aa6544e30f9fa3b4395c13393ef41e6fa581f1e Mon Sep 17 00:00:00 2001 From: lemuel Date: Wed, 23 Feb 2022 13:28:32 -0600 Subject: [PATCH] hisotirial --- server/controller/Prestamo/historial.js | 1 - 1 file changed, 1 deletion(-) 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']], }); };