Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
insane1304 committed Apr 15, 2021
1 parent 5360692 commit e8b857c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ cron.schedule('0 0 0 * * *', () => {
// console.log(today);

// today.setHours(0, 0, 0, 0);


//
//
// if (check.length > 0) {
// for (var i = 0; i < check.length; i++) {
//
Expand Down Expand Up @@ -283,8 +283,8 @@ cron.schedule('0 0 0 * * *', () => {
}
})
}
}
}


return;
}
})
Expand Down

0 comments on commit e8b857c

Please sign in to comment.