Skip to content

Commit

Permalink
Correct WebSocket import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Oct 18, 2023
1 parent aaead16 commit 3735029
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { WebSocket, type WebSocketServer } from "isomorphic-ws"
import WebSocket from "isomorphic-ws"
import { type WebSocketServer } from "isomorphic-ws"

import debug from "debug"
const log = debug("WebsocketServer")
Expand Down

0 comments on commit 3735029

Please sign in to comment.