style(sessions): format batch target fixture

This commit is contained in:
vyctorbrzezowski
2026-08-18 22:11:14 -03:00
parent 49f09ccfa4
commit e6fe7c24fb
+1 -4
View File
@@ -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,
});