We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b48ade6 + f6260f9 commit 0956af9Copy full SHA for 0956af9
src/compose.ts
@@ -1635,7 +1635,7 @@ export const composeHandler = ({
1635
fnLiteral +=
1636
`for(const k of Object.keys(cookieValue))` +
1637
`c.cookie[k].value=cookieValue[k]\n`
1638
- } else if (validator.body?.schema?.noValidate !== true) {
+ } else if (validator.cookie?.schema?.noValidate !== true) {
1639
1640
`if(validator.cookie.Check(cookieValue)===false){` +
1641
validation.validate('cookie', 'cookieValue') +
0 commit comments