Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent 6884cd4 commit 1619e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/ft/myft.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1619e47

Please sign in to comment.