paginarciona activos

This commit is contained in:
Lemuel Marquez
2021-05-23 11:36:13 -05:00
parent 0741d8bc5f
commit 0bfdac86e6
+1 -1
View File
@@ -37,7 +37,7 @@ const activos = async (body) => {
],
limit: 25,
offset: 25 * (pagina - 1),
order: [['updatedAt', 'DESC']],
order: [['createdAt', 'DESC']],
});
})
.then((res) => {