mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
style: auto format
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user