style: auto format
This commit is contained in:
parent
6884cd429d
commit
1619e47d75
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue