lint: Re-run eslint --fix

This commit is contained in:
Richard Hansen 2021-05-11 15:44:50 -04:00 committed by webzwo0i
parent 30eadad79d
commit 59c03bde20
6 changed files with 6 additions and 8 deletions

View file

@ -23,7 +23,7 @@ const staticPathsRE = new RegExp(`^/(?:${[
'robots.txt',
'static/.*',
'stats/?',
'tests/frontend(?:/.*)?'
'tests/frontend(?:/.*)?',
].join('|')})$`);
exports.normalizeAuthzLevel = (level) => {