We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c8b3 commit 41f1203Copy full SHA for 41f1203
src/Scheduler/index.ts
@@ -1,5 +1,5 @@
1
import cron from 'node-cron';
2
-import Main from '..';
+import Main from '../main';
3
4
class ScraperScheduler {
5
private cronExpression: string;
0 commit comments