style: auto format
This commit is contained in:
parent
2a2c371b3e
commit
5ea6a49754
|
|
@ -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,
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue