activos asendentes

This commit is contained in:
2022-02-14 15:42:53 -06:00
parent 8de1aa564e
commit de1bb72c20
+1 -1
View File
@@ -83,7 +83,7 @@ const activos = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
order: [['createdAt', 'DESC']],
order: [['idPrestamo', 'ASC']],
});
});
};