hisotirial

This commit is contained in:
2022-02-23 13:28:32 -06:00
parent d2751a07f1
commit 5aa6544e30
-1
View File
@@ -94,7 +94,6 @@ const historial = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
order: [['createdAt', 'DESC']],
});
};