Skip to content

Commit 7a10cd8

Browse files
committed
fix: import statement in replay controller
1 parent ec950a2 commit 7a10cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event-replay/parquet-based/replay-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const cluster = _cluster as unknown as _cluster.Cluster; // typings fix
1717
import { FILE_PATH as raw_worker_path } from './workers/raw-worker';
1818
import { FILE_PATH as new_block_worker_path } from './workers/new-block-worker';
1919
import { cycleMigrations, dangerousDropAllTables } from '@hirosystems/api-toolkit';
20-
import { PgServer, getConnectionArgs } from 'src/datastore/connection';
20+
import { PgServer, getConnectionArgs } from '../../datastore/connection';
2121
import { MIGRATIONS_DIR } from '../../datastore/pg-store';
2222

2323
/**

0 commit comments

Comments
 (0)