mirror of https://gitlab.com/curben/blog
style: remove semicolon
This commit is contained in:
parent
6a457eb752
commit
0a0798786e
|
@ -69,7 +69,7 @@ function openGraphHelper (options = {}) {
|
||||||
if (!images.length && content && content.includes('<img')) {
|
if (!images.length && content && content.includes('<img')) {
|
||||||
images = images.slice()
|
images = images.slice()
|
||||||
|
|
||||||
if (!cheerio) cheerio = require('cheerio');
|
if (!cheerio) cheerio = require('cheerio')
|
||||||
const $ = cheerio.load(content)
|
const $ = cheerio.load(content)
|
||||||
|
|
||||||
$('img').each((index, element) => {
|
$('img').each((index, element) => {
|
||||||
|
|
Loading…
Reference in New Issue