We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1ae2d6 + 9319f9e commit bb57176Copy full SHA for bb57176
apps/scraper/src/scraper.module.ts
@@ -60,7 +60,7 @@ export class ScraperModule implements OnApplicationBootstrap {
60
61
this.logger.log(`Enabled cron on '${this.configService.get(ConfigService.CRON_TIME)}'`)
62
63
- if (this.configService.get(ConfigService.SCRAPE_ON_START) || true) {
+ if (this.configService.get(ConfigService.SCRAPE_ON_START)) {
64
this.scrapeConfigs()
65
}
66
0 commit comments