fix: enhance error handling in read progress update by validating request body and returning appropriate error responses
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10m22s

This commit is contained in:
Julien Froidefond
2026-01-03 22:06:28 +01:00
parent 0d7d27ef82
commit 117ad2d0ce
2 changed files with 33 additions and 2 deletions

View File

@@ -23,5 +23,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "temp"]
}