fix: lint

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2026-01-14 17:58:03 +08:00
parent ee67cefb4d
commit 8cada0f0b3

View File

@@ -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)