Skip to content

Commit

Permalink
var => const
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 24, 2021
1 parent 9f4bdbe commit 888f488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expressExtractHeaders.js
Expand Up @@ -91,7 +91,7 @@ module.exports = function (config) {
}
};

var htmlParser = new HtmlParser({
const htmlParser = new HtmlParser({
onopentag: function (name, attribs) {
if (stillParsing) {
if (name === 'meta') {
Expand Down

0 comments on commit 888f488

Please sign in to comment.