From 176784c6b1baf7f023ba3eca005192dcc14bd0c2 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 02:32:33 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/commands/home.ts Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/commands/home.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/commands/home.ts b/src/commands/home.ts index c765e38..2d8824e 100644 --- a/src/commands/home.ts +++ b/src/commands/home.ts @@ -118,7 +118,13 @@ export default class AppHome implements Command { type: "section", text: { type: "mrkdwn", - text: `*RPG Ysws lb:*\n${db_entry2.map((e) => `(${e.index}) - ${e.name} ${e.treasure} :treasure-box:`).slice(0,10).join("\n")}`, + text: `*RPG Ysws lb:*\n${db_entry2 + .map( + (e) => + `(${e.index}) - ${e.name} ${e.treasure} :treasure-box:`, + ) + .slice(0, 10) + .join("\n")}`, }, }, ];