fix(gateway): remove duplicate ws client import

This commit is contained in:
Longbiao CHEN
2026-04-08 03:08:23 +08:00
committed by Peter Steinberger
parent afe1abc297
commit e74c079b22

View File

@@ -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,