style: space after comma
This commit is contained in:
parent
222ea40102
commit
d50d6a8974
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -30,7 +30,7 @@ if (options.enable !== false) {
|
|||
if (!options.inject && data['no-emoji']) { return data }
|
||||
|
||||
const $ = cheerio.load(data.content, {decodeEntities: false})
|
||||
const excerpt = cheerio.load(data.excerpt,{decodeEntities: false})
|
||||
const excerpt = cheerio.load(data.excerpt, {decodeEntities: false})
|
||||
|
||||
if (options.inject) {
|
||||
$('body').append(`<script>
|
||||
|
|
Loading…
Reference in a new issue