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)