Skip to content

Commit bc5b44e

Browse files
committed
fix: remove unused NostrWSServerEvents import
1 parent ecec7e7 commit bc5b44e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/server.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
import { WebSocketServer } from 'ws';
12
import { EventEmitter } from 'events';
2-
import { WebSocketServer, WebSocket } from 'ws';
33
import { v4 as uuidv4 } from 'uuid';
44
import type {
55
NostrWSOptions,
66
NostrWSMessage,
7-
ExtendedWebSocket,
8-
NostrWSServerEvents
7+
ExtendedWebSocket
98
} from './types/index.js';
109

1110
/**

0 commit comments

Comments
 (0)