mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: resolved the sheduler error
This commit is contained in:
@@ -26,7 +26,7 @@ export async function initScheduler(interval: string) {
|
||||
},
|
||||
{
|
||||
name: 'checkLoyaltyProgramExpiry',
|
||||
interval: '0 1 * * *',
|
||||
interval: '24 hours',
|
||||
worker: {
|
||||
workerData: {
|
||||
useTsNode: true,
|
||||
|
||||
Reference in New Issue
Block a user