diff --git a/routes/yande.re/post.js b/routes/yande.re/post.js index 5aff0bdcd..b57008ee7 100644 --- a/routes/yande.re/post.js +++ b/routes/yande.re/post.js @@ -24,7 +24,7 @@ module.exports = async (ctx) => { link: 'https://yande.re/post', item: posts.map((post) => { const content = (url) => { - let result = ``; + let result = ``; if (post.source) { result += `source`; } diff --git a/routes/yande.re/post_popular_recent.js b/routes/yande.re/post_popular_recent.js index e798f81ed..cfde42f28 100644 --- a/routes/yande.re/post_popular_recent.js +++ b/routes/yande.re/post_popular_recent.js @@ -31,7 +31,7 @@ module.exports = async (ctx) => { link: 'https://yande.re/post/popular_recent', item: posts.map((post) => { const content = (url) => { - let result = ``; + let result = ``; if (post.source) { result += `source`; }