We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f83ef7 commit 5f22e31Copy full SHA for 5f22e31
apps/scraper/src/scraper.module.ts
@@ -2,7 +2,7 @@ import { Inject, Logger, Module, OnApplicationBootstrap } from '@nestjs/common'
2
import { ScheduleModule, SchedulerRegistry } from '@nestjs/schedule'
3
import { MongooseModule } from '@nestjs/mongoose'
4
import { CronJob } from 'cron'
5
-import * as pLimit from 'p-limit';
+import * as pLimit from 'p-limit'
6
7
import { ModelsModule } from './shared/models.module'
8
import { ConfigModule } from './shared/config/config.module'
0 commit comments