Skip to content

Commit 41f1203

Browse files
fix main import path in scheduler
1 parent ed4c8b3 commit 41f1203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scheduler/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cron from 'node-cron';
2-
import Main from '..';
2+
import Main from '../main';
33

44
class ScraperScheduler {
55
private cronExpression: string;

0 commit comments

Comments
 (0)