mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:48:27 +00:00
chore: Fix types in tests 32/N.
This commit is contained in:
@@ -269,7 +269,7 @@ describe("installSessionToolResultGuard", () => {
|
||||
? ({
|
||||
...(message as unknown as Record<string, unknown>),
|
||||
provenance: { kind: "inter_session", sourceTool: "sessions_send" },
|
||||
} as AgentMessage)
|
||||
} as unknown as AgentMessage)
|
||||
: message,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user