fix: restore full gate

This commit is contained in:
Peter Steinberger
2026-03-17 07:47:17 +00:00
parent c0e4721712
commit 449127b474
18 changed files with 447 additions and 202 deletions

View File

@@ -37,7 +37,7 @@ describe("Feishu Card Action Handler", () => {
function createCardActionEvent(params: {
token: string;
actionValue: unknown;
actionValue: Record<string, unknown>;
chatId?: string;
openId?: string;
userId?: string;