We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec950a2 commit 7a10cd8Copy full SHA for 7a10cd8
src/event-replay/parquet-based/replay-controller.ts
@@ -17,7 +17,7 @@ const cluster = _cluster as unknown as _cluster.Cluster; // typings fix
17
import { FILE_PATH as raw_worker_path } from './workers/raw-worker';
18
import { FILE_PATH as new_block_worker_path } from './workers/new-block-worker';
19
import { cycleMigrations, dangerousDropAllTables } from '@hirosystems/api-toolkit';
20
-import { PgServer, getConnectionArgs } from 'src/datastore/connection';
+import { PgServer, getConnectionArgs } from '../../datastore/connection';
21
import { MIGRATIONS_DIR } from '../../datastore/pg-store';
22
23
/**
0 commit comments