Skip to content

Commit

Permalink
Simplifies import
Browse files Browse the repository at this point in the history
  • Loading branch information
aspic committed Mar 28, 2021
1 parent e8f93e6 commit 5cecad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ import BasicAuth from 'express-basic-auth'
import * as Fs from 'fs'
import Express from 'express'
import Cors from 'cors'
import { IpFilter } from 'express-ipfilter'
import { IpDeniedError } from 'express-ipfilter'
import { IpDeniedError, IpFilter } from 'express-ipfilter'
import { scheduleJob } from 'node-schedule'
import WebSocketServer from 'websocket'
import WS from 'ws'
Expand Down

0 comments on commit 5cecad7

Please sign in to comment.