Skip to content

Commit

Permalink
fix missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
kethinov committed Jan 12, 2025
1 parent da31f6f commit d6d1c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/configAuditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async function configAudit (appDir) {
checkTypes(userParam, key, ['object'])
break
case 'csrfProtection':
checkTypes(userParam, key, ['boolean'])
checkTypes(userParam, key, ['boolean', 'object'])
break
case 'expressSessionStore':
checkTypes(userParam, key, ['object'])
Expand Down

0 comments on commit d6d1c18

Please sign in to comment.