diff --git a/lib/routes/instagram/index.js b/lib/routes/instagram/index.js index 6baa5ed63..d22638a33 100644 --- a/lib/routes/instagram/index.js +++ b/lib/routes/instagram/index.js @@ -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, }; -}; \ No newline at end of file +};