@@ -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)
}
The note is not visible to the blocked user.