We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f22e31 commit 9319f9eCopy full SHA for 9319f9e
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