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