fix(doctor): accept missing profile policies · openclaw/openclaw@03ba09b
openclaw
·
2026-06-23
·
via Recent Commits to openclaw:main
Commit 03ba09b
fix(doctor): accept missing profile policies
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
src/commands/doctor/shared
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -345,7 +345,7 @@ function readPreviewStringList(value: unknown): string[] | undefined {
|
345 | 345 | |
346 | 346 | function collectUncoveredConfiguredToolSectionGrantEntries( |
347 | 347 | configuredEntries: ConfiguredToolSectionGrantEntry[], |
348 | | -profilePolicy: ToolPolicyConfig, |
| 348 | +profilePolicy: ToolPolicyConfig | undefined, |
349 | 349 | ): ConfiguredToolSectionGrantEntry[] { |
350 | 350 | return configuredEntries |
351 | 351 | .map((entry) => ({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments