From 8cada0f0b337083fd5920f346579b6b29de56f71 Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Wed, 14 Jan 2026 17:58:03 +0800 Subject: [PATCH] fix: lint Signed-off-by: d0zingcat --- apps/server/src/api/feishu-event.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/server/src/api/feishu-event.ts b/apps/server/src/api/feishu-event.ts index 7d55e1f..83321e4 100644 --- a/apps/server/src/api/feishu-event.ts +++ b/apps/server/src/api/feishu-event.ts @@ -15,10 +15,6 @@ feishuEvent.post('/', async (c) => { }); const body = await c.req.json(); - const req = { - headers: headerRecord, - body, - }; // Use the official SDK functions directly for Hono compatibility // 1. Handle URL verification (Challenge)