Browse Source

fix filename

flyzto 1 tháng trước cách đây
mục cha
commit
d11dd910ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";