chore: dedupe gateway chat client imports

This commit is contained in:
Shakker
2026-04-20 04:02:47 +01:00
committed by Shakker
parent 4ebeb18fde
commit 4e6dfc015e

View File

@@ -7,8 +7,7 @@ import {
ensureExplicitGatewayAuth,
resolveExplicitGatewayAuth,
} from "../gateway/call.js";
import { GatewayClient } from "../gateway/client.js";
import { GatewayClientRequestError } from "../gateway/client.js";
import { GatewayClient, GatewayClientRequestError } from "../gateway/client.js";
import { isLoopbackHost } from "../gateway/net.js";
import {
GATEWAY_CLIENT_CAPS,