mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
fix: restore full gate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user