chore(deadcode): trim doctor alias wrappers · openclaw/openclaw@5b79fa1
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,11 +5,9 @@ import { join } from "node:path";
|
5 | 5 | import { describe, expect, it } from "vitest"; |
6 | 6 | import type { OpenClawConfig } from "../config/config.js"; |
7 | 7 | import { withTempHome, writeStateDirDotEnv } from "../config/test-helpers.js"; |
| 8 | +import { shouldRequireGatewayTokenForInstall } from "../gateway/auth-install-policy.js"; |
8 | 9 | import { withEnvAsync } from "../test-utils/env.js"; |
9 | | -import { |
10 | | -resolveGatewayAuthTokenForService, |
11 | | -shouldRequireGatewayTokenForInstall, |
12 | | -} from "./doctor-gateway-auth-token.js"; |
| 10 | +import { resolveGatewayAuthTokenForService } from "./doctor-gateway-auth-token.js"; |
13 | 11 | import { resolveGatewayInstallToken } from "./gateway-install-token.js"; |
14 | 12 | |
15 | 13 | const envVar = (...parts: string[]) => parts.join("_"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。