Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
edit: change cronjob time to 08.00PM in thailand
Browse files Browse the repository at this point in the history
  • Loading branch information
boytur committed Dec 24, 2023
1 parent 6106b0a commit 6871363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.listen(__PORT__, () => {
})
//ส่งแจ้งเตือนทุก 2 ทุ่ม
const cron = require('node-cron');
cron.schedule('0 20 * * *', () => {
cron.schedule('0 13 * * *', () => {
console.log('Cron job is running...');
lineNotify();
});

0 comments on commit 6871363

Please sign in to comment.