mirror of https://github.com/openclaw/openclaw.git
chore: regenerate base config schema
This commit is contained in:
parent
8ed22c7c4b
commit
6fd4cdb7c3
|
|
@ -2257,9 +2257,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
|
|||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
notifyUser: {
|
||||
type: "boolean",
|
||||
},
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
|
|
@ -2494,6 +2491,9 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
|
|||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
notifyUser: {
|
||||
type: "boolean",
|
||||
},
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue