Update server.js

This commit is contained in:
Gilles Lazures 2026-01-18 23:10:31 +01:00
parent 9469822ef9
commit 0049ae8ec6

View File

@ -88,7 +88,6 @@ app.all(/.*/, (req, res, next) => {
if (methodConfig.headers) {
const headerResult = methodConfig.headers.safeParse(req.headers)
console.log(headerResult)
if (!headerResult.success) {
throw new ValidationError(headerResult, errorConfig, context)
}