diff --git a/lib/v2/ft/myft.js b/lib/v2/ft/myft.js index 6b84afb03..930711037 100644 --- a/lib/v2/ft/myft.js +++ b/lib/v2/ft/myft.js @@ -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;