mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 10:20:44 +00:00
fix: restore config dry-run schema validation
This commit is contained in:
@@ -1313,6 +1313,7 @@ function collectDryRunSchemaErrors(params: {
|
||||
}): ConfigSetDryRunError[] {
|
||||
const validated = validateConfigObjectRaw(params.config, {
|
||||
touchedPaths: params.operations.map((operation) => operation.setPath),
|
||||
validateBundledChannels: true,
|
||||
});
|
||||
if (validated.ok) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user