fix: lint

This commit is contained in:
Chris Guimaraes
2023-07-27 21:14:22 +01:00
parent 1bd8f17f07
commit 8c67ae532b

View File

@@ -14,8 +14,8 @@ import { IndexesState } from '../../datastore/common';
import * as _cluster from 'cluster';
const cluster = (_cluster as unknown) as _cluster.Cluster; // typings fix
import { FILE_PATH as raw_worker_path } from './workers/raw-worker'
import { FILE_PATH as new_block_worker_path } from './workers/new-block-worker'
import { FILE_PATH as raw_worker_path } from './workers/raw-worker';
import { FILE_PATH as new_block_worker_path } from './workers/new-block-worker';
export class ReplayController {
private readonly db;