diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index d66b5613fc6..26088fb6aa8 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -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, },