From 1619e47d75ace79f68c7b8bfe962a8068fd59ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:05:10 +0000 Subject: [PATCH] style: auto format --- lib/v2/ft/myft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;