From 366766104c2239d7b8f97337c5611bce31af6a3a Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Sat, 12 Oct 2024 10:36:40 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9gender=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=80=BC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/bot/groupAgent/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/bot/groupAgent/index.ts b/routes/bot/groupAgent/index.ts index 207f4e7..43ae4d4 100644 --- a/routes/bot/groupAgent/index.ts +++ b/routes/bot/groupAgent/index.ts @@ -34,7 +34,7 @@ const sendFunctionSelector = async ({ larkCard, larkBody: { actionOption }, }: Context.Data) => { - const cardGender = larkCard.child("groupAgent", false) + const cardGender = larkCard.child("groupAgent") logger.debug(`Action option: ${JSON.stringify(actionOption)}`) const [chatId, chatName] = (actionOption ?? "").split("|") if (!chatId || !chatName) {