Skip to content

Commit

Permalink
Commented out processServiceCronConfigs call in
Browse files Browse the repository at this point in the history
cron.service.js
  • Loading branch information
FLYBYME committed Nov 17, 2023
1 parent ef9b581 commit 1a0c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cron.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ module.exports = {
await this.intervalTimer();
}, 10000);

await this.processServiceCronConfigs(this.broker)
//await this.processServiceCronConfigs(this.broker)
},

/**
Expand Down

0 comments on commit 1a0c62b

Please sign in to comment.