We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962610 commit 4e0c829Copy full SHA for 4e0c829
apps/scraper/src/scraper.module.ts
@@ -52,7 +52,7 @@ export class ScraperModule implements OnApplicationBootstrap {
52
53
public onApplicationBootstrap(): void {
54
const job = new CronJob(this.configService.get('CRON_TIME'), () => {
55
- this.scrapeConfigs
+ this.scrapeConfigs()
56
})
57
58
this.schedulerRegistry.addCronJob(ScraperModule.JOB_NAME, job)
0 commit comments