style: auto format

This commit is contained in:
github-actions[bot] 2024-02-22 16:05:10 +00:00
parent 6884cd429d
commit 1619e47d75
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = async (ctx) => {
.get(),
];
item.author = $('a.n-content-tag--author')
.map((i, e) => ({name: $(e).text()}))
.map((i, e) => ({ name: $(e).text() }))
.get();
return item;