fix(gateway): remove duplicate ws client import · openclaw/openclaw@e74c079
longbiaochen
·
2026-04-26
·
via Recent Commits to openclaw:main
File tree
src/gateway/server/ws-connection
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,7 +4,6 @@ import os from "node:os";
|
4 | 4 | import type { createSubsystemLogger } from "../../../logging/subsystem.js"; |
5 | 5 | import type { GatewayAuthResult, ResolvedGatewayAuth } from "../../auth.js"; |
6 | 6 | import type { GatewayRequestContext, GatewayRequestHandlers } from "../../server-methods/types.js"; |
7 | | -import type { GatewayWsClient } from "../ws-types.js"; |
8 | 7 | import { loadConfig } from "../../../config/config.js"; |
9 | 8 | import { |
10 | 9 | getBoundDeviceBootstrapProfile, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。