mini cambios#
This commit is contained in:
@@ -45,7 +45,7 @@ const historialMultasEquipo = async (body) => {
|
||||
limit: 25,
|
||||
offset: 25 * (pagina - 1),
|
||||
order: [['createdAt', 'DESC']],
|
||||
}).then((res) => ({ count: res.count, historialMultasEquipo: res.rows }));
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = historialMultasEquipo;
|
||||
|
||||
Reference in New Issue
Block a user