mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
chore: dedupe gateway chat client imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user