From 71687240c7fb192ca12e73cdc690f5f7583fa1bb Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sat, 11 Mar 2023 23:33:59 +0100 Subject: [PATCH] comment websockets --- client/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api.ts b/client/src/api.ts index d0ff029..99a5aa6 100644 --- a/client/src/api.ts +++ b/client/src/api.ts @@ -1,4 +1,4 @@ -import WebSocketServer from 'ws'; +// import WebSocketServer from 'ws'; import JsonRPC from 'simple-jsonrpc-js'; import axios from "axios";