paginarciona activos
This commit is contained in:
@@ -37,7 +37,7 @@ const activos = async (body) => {
|
||||
],
|
||||
limit: 25,
|
||||
offset: 25 * (pagina - 1),
|
||||
order: [['updatedAt', 'DESC']],
|
||||
order: [['createdAt', 'DESC']],
|
||||
});
|
||||
})
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user