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