style: remove semicolon

This commit is contained in:
curben 2019-08-11 11:48:39 +09:30
parent 6a457eb752
commit 0a0798786e
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function openGraphHelper (options = {}) {
if (!images.length && content && content.includes('<img')) {
images = images.slice()
if (!cheerio) cheerio = require('cheerio');
if (!cheerio) cheerio = require('cheerio')
const $ = cheerio.load(content)
$('img').each((index, element) => {