This commit is contained in:
2022-02-27 21:08:10 -06:00
6 changed files with 40 additions and 6 deletions
-1
View File
@@ -94,7 +94,6 @@ const historial = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
order: [['createdAt', 'DESC']],
});
};