fix: import websocket

This commit is contained in:
Derrick Hammer 2023-08-31 02:25:37 -04:00
parent fbffb1da72
commit 132f43c34b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { Logger, Peer } from "../types.js";
import NodeId from "../nodeId.js";
import { URL } from "url";
import { WebSocket } from "ws";
export class WebSocketPeer implements Peer {
connectionUris: Array<URL>;