Skip to content

Commit

Permalink
refactor: cleaning imports
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 16, 2023
1 parent c22bfe2 commit 433970b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/server/Sockets.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { Worker } from 'node:worker_threads';
import path from 'node:path';
// import { fileURLToPath } from 'node:url';

import querystring from 'querystring';
import { WebSocketServer } from 'ws';
import WebSocket from 'ws';
import { default as WebSocket, WebSocketServer } from 'ws';

import Socket from './Socket.js';
import networkLatencyWorker from './audit-network-latency.worker.js';
Expand Down

0 comments on commit 433970b

Please sign in to comment.