Compare commits

...

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 649f79e7bc Revert version.yaml to 2.19.2 - should not include version bump in bug fix PR
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-15 10:35:01 +00:00
copilot-swe-agent[bot] f887eb6de7 Fix validation error when saving scripts by allowing unknown fields in POST /scripts
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-10 05:34:11 +00:00
copilot-swe-agent[bot] 7ecceafc2d Initial plan 2025-12-10 05:26:41 +00:00
whyour 1776eb58fb 更新版本 2.20.0 2025-12-10 01:26:00 +08:00
+1 -1
View File
@@ -130,7 +130,7 @@ export default (app: Router) => {
originFilename: Joi.string().optional().allow(''),
directory: Joi.string().optional().allow(''),
file: Joi.string().optional().allow(''),
}),
}).unknown(true),
}),
async (req: Request, res: Response, next: NextFunction) => {
try {