chore: remove stale unused imports · openclaw/openclaw@8f56484
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,13 +3,16 @@ import { coerceSecretRef } from "openclaw/plugin-sdk/secret-ref-runtime";
|
3 | 3 | import { normalizeSecretInputString } from "openclaw/plugin-sdk/setup"; |
4 | 4 | import type { CoreConfig, MatrixConfig } from "../types.js"; |
5 | 5 | import { findMatrixAccountConfig } from "./account-config.js"; |
6 | | -import { shouldStoreMatrixAccountAtTopLevel } from "./config-paths.js"; |
| 6 | +import { |
| 7 | +resolveMatrixConfigPath as resolveMatrixConfigPathBase, |
| 8 | +shouldStoreMatrixAccountAtTopLevel, |
| 9 | +} from "./config-paths.js"; |
7 | 10 | |
8 | 11 | export { |
9 | 12 | resolveMatrixConfigFieldPath, |
10 | | -resolveMatrixConfigPath, |
11 | 13 | shouldStoreMatrixAccountAtTopLevel, |
12 | 14 | } from "./config-paths.js"; |
| 15 | +export const resolveMatrixConfigPath = resolveMatrixConfigPathBase; |
13 | 16 | |
14 | 17 | export type MatrixAccountPatch = { |
15 | 18 | name?: string | null; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。