diff --git a/backend/src/plugins/ModActions/commands/UpdateCmd.ts b/backend/src/plugins/ModActions/commands/UpdateCmd.ts index 5000d286..0b4f64f4 100644 --- a/backend/src/plugins/ModActions/commands/UpdateCmd.ts +++ b/backend/src/plugins/ModActions/commands/UpdateCmd.ts @@ -19,7 +19,7 @@ export const UpdateCmd = modActionsCommand({ note: ct.string({ required: false, catchAll: true }), }, { - note: ct.string({ catchAll: true }), + note: ct.string({ required: false, catchAll: true }), }, ],