Skip to content

Commit

Permalink
feat: add missing WebSocket import
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Feb 25, 2025
1 parent f1f9d03 commit 73d7e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono-log/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Hapi from '@hapi/hapi';
import inert from '@hapi/inert';
import dgram from 'node:dgram';
import { WebSocketServer } from 'ws';
import { WebSocketServer, WebSocket } from 'ws';
import { LRUCache } from 'lru-cache';
import split2 from 'split2';

Expand Down

0 comments on commit 73d7e00

Please sign in to comment.