por si las moscas
This commit is contained in:
@@ -7,7 +7,7 @@ const fechaLiberacion = async () => {
|
||||
.then(async (res) => {
|
||||
let contador = [0, 0];
|
||||
for (let i = 0; i < res.length; i++) {
|
||||
let lastUpdate = moment(res[i].updatedAt);
|
||||
let lastUpdate = moment(res[i].fechaLiberacion);
|
||||
|
||||
if (lastUpdate <= lastYear) {
|
||||
// await Servicio.update(
|
||||
|
||||
Reference in New Issue
Block a user