From af309bb07e24422e4fc8e8671f546d88aa3488b7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 23 Dec 2020 12:51:52 +0000 Subject: [PATCH] style: auto format --- lib/routes/ssmh/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/ssmh/index.js b/lib/routes/ssmh/index.js index ac1c8bb97..2ba998e94 100644 --- a/lib/routes/ssmh/index.js +++ b/lib/routes/ssmh/index.js @@ -19,7 +19,7 @@ module.exports = async (ctx) => { item: list .map((index, item) => { item = $(item); - thumbnail_url = 'https:' + `${ item.find('a > img').attr('src') ? item.find('a > img').attr('src') : item.find('a > img').attr('data-original') }`; + thumbnail_url = 'https:' + `${item.find('a > img').attr('src') ? item.find('a > img').attr('src') : item.find('a > img').attr('data-original')}`; link_url = 'https://wnacg.org' + `${item.find('a').attr('href')}`; return { title: item.find('a').attr('title'),