challenges fix
This commit is contained in:
@@ -17,7 +17,7 @@ import { checkAnswer } from '../engine/answers.js'
|
||||
|
||||
// --- Request validation schemas ---
|
||||
const respondSchema = z.object({
|
||||
answer: z.string().min(1).max(2000),
|
||||
answer: z.string().max(2000),
|
||||
trashTalk: z.string().max(200).optional(),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user