Linter stuff

This commit is contained in:
ronserruya
2019-07-31 14:29:49 +03:00
parent 0d2d36251a
commit 95c0c4d6d3
2 changed files with 7 additions and 7 deletions

View File

@@ -198,7 +198,7 @@ function pageScrape(config: IConfig, task: IConfigTask, done: (err: any, result?
}
const $ = cheerio.load(result);
const title = $('meta[itemprop=name]').attr("content")
const title = $('meta[itemprop=name]').attr('content');
if (config.debug)
{