Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jun 16, 2022
1 parent c6f37d0 commit 8d9147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {dirname, join, sep} from 'path'
import {cwd} from 'process'
import * as ProgressBar from 'progress'
import {createInterface} from 'readline'
import {Socket} from 'socket.io-client'
import * as io from 'socket.io-client'
import MeasureRoute from './measure.route'
import morgan = require('morgan')
Expand All @@ -20,7 +21,6 @@ import NextFunction = express.NextFunction
import Request = express.Request
import Response = express.Response
import Timeout = NodeJS.Timeout
import Socket = SocketIOClient.Socket
import http2Express = require('http2-express-bridge')

interface IFileList {
Expand Down

0 comments on commit 8d9147b

Please sign in to comment.