From e74c079b2222243a0d3f84d0df934f1dd08bcf7e Mon Sep 17 00:00:00 2001 From: Longbiao CHEN Date: Wed, 8 Apr 2026 03:08:23 +0800 Subject: [PATCH] fix(gateway): remove duplicate ws client import --- src/gateway/server/ws-connection/message-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gateway/server/ws-connection/message-handler.ts b/src/gateway/server/ws-connection/message-handler.ts index 2ddc00d8d5a..a7436fd7ad1 100644 --- a/src/gateway/server/ws-connection/message-handler.ts +++ b/src/gateway/server/ws-connection/message-handler.ts @@ -4,7 +4,6 @@ import os from "node:os"; import type { createSubsystemLogger } from "../../../logging/subsystem.js"; import type { GatewayAuthResult, ResolvedGatewayAuth } from "../../auth.js"; import type { GatewayRequestContext, GatewayRequestHandlers } from "../../server-methods/types.js"; -import type { GatewayWsClient } from "../ws-types.js"; import { loadConfig } from "../../../config/config.js"; import { getBoundDeviceBootstrapProfile,