Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMic committed Sep 30, 2024
1 parent da5779b commit 89f67cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thesesfr/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ module.exports = new Parser(function analyseEC(parsedUrl, ec) {
let match;

if (ec['User-Agent'] === 'node') {
//NOP
//NOP

} else if (
((match = /^\/(([0-9]{4})([a-z]{2}[0-9a-z]{2})[0-9a-z]+)\/document$/i.exec(path)) !== null) ||
((match = apiDocumentRegex.exec(path)) !== null)
Expand Down

0 comments on commit 89f67cf

Please sign in to comment.