소스 검색

fix filename

flyzto 1 개월 전
부모
커밋
d11dd910ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      polymarket/libs/polymarketClient.js

+ 1 - 1
polymarket/libs/polymarketClient.js

@@ -4,7 +4,7 @@ import { HttpsProxyAgent } from "https-proxy-agent";
 import { ClobClient, Side, OrderType } from "@polymarket/clob-client";
 import { Wallet } from "ethers";
 
-import WebSocketClient from "./WebSocketClient.js";
+import WebSocketClient from "./webSocketClient.js";
 
 import Logs from "./logs.js";