diff options
Diffstat (limited to 'server/controllers')
-rw-r--r-- | server/controllers/tracker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/tracker.ts b/server/controllers/tracker.ts index c4f3a8889..53eab73ac 100644 --- a/server/controllers/tracker.ts +++ b/server/controllers/tracker.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { Server as TrackerServer } from 'bittorrent-tracker' | 1 | import { Server as TrackerServer } from 'bittorrent-tracker' |
2 | import express from 'express' | 2 | import express from 'express' |
3 | import { createServer } from 'http' | 3 | import { createServer } from 'http' |
4 | import LRUCache from 'lru-cache' | 4 | import { LRUCache } from 'lru-cache' |
5 | import proxyAddr from 'proxy-addr' | 5 | import proxyAddr from 'proxy-addr' |
6 | import { WebSocketServer } from 'ws' | 6 | import { WebSocketServer } from 'ws' |
7 | import { logger } from '../helpers/logger' | 7 | import { logger } from '../helpers/logger' |