This commit is contained in:
shafi54 2026-01-24 09:02:38 +05:30
parent ac0750733f
commit 44318541f8

View file

@ -17,6 +17,8 @@ const MUTTON_ITEMS = [
85 //Mutton paya 85 //Mutton paya
]; ];
export const startAutomatedJobs = () => { export const startAutomatedJobs = () => {
// Job to disable flash delivery for mutton at 12 PM daily // Job to disable flash delivery for mutton at 12 PM daily
cron.schedule('0 12 * * *', async () => { cron.schedule('0 12 * * *', async () => {