mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
fix: lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user