mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
style(sessions): format batch target fixture
This commit is contained in:
@@ -1065,10 +1065,7 @@ describe("sessions tool", () => {
|
||||
|
||||
const result = await tool.execute("batch-category", {
|
||||
action: "patch_many",
|
||||
targets: [
|
||||
{ sessionKey: "agent:main:main" },
|
||||
{ sessionKey: "agent:main:dashboard:changed" },
|
||||
],
|
||||
targets: [{ sessionKey: "agent:main:main" }, { sessionKey: "agent:main:dashboard:changed" }],
|
||||
category: "Research",
|
||||
unread: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user