mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:11:25 +00:00
fix(gateway): bind node exec approvals to nodeId
This commit is contained in:
@@ -7,6 +7,7 @@ const RESOLVED_ENTRY_GRACE_MS = 15_000;
|
||||
export type ExecApprovalRequestPayload = {
|
||||
command: string;
|
||||
cwd?: string | null;
|
||||
nodeId?: string | null;
|
||||
host?: string | null;
|
||||
security?: string | null;
|
||||
ask?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user