style: auto format

This commit is contained in:
GitHub Action 2021-01-25 20:55:35 +00:00
parent 2a2c371b3e
commit 5ea6a49754
1 changed files with 6 additions and 2 deletions

View File

@ -46,7 +46,11 @@ async function loadContent(category, nameOrId) {
}
return {
title, link, description, logo, itemsRaw
title,
link,
description,
logo,
itemsRaw,
};
}
@ -125,4 +129,4 @@ module.exports = async (ctx) => {
icon: 'https://www.instagram.com/static/images/ico/xxhdpi_launcher.png/99cf3909d459.png',
logo: data.logo,
};
};
};