style: auto format

This commit is contained in:
GitHub Action 2020-12-23 12:51:52 +00:00
parent b2d40539f2
commit af309bb07e
1 changed files with 1 additions and 1 deletions

View File

@ -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'),