Skip to content

Commit 782c367

Browse files
committed
undo
1 parent 1bbe66f commit 782c367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/services/agentSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export class AgentSession {
396396
}
397397

398398
private attachAiListeners(): void {
399-
const forward = (event: string, handler: (payload: WorkspaceChatMessage) => void) => {
399+
const forward = (event: string, handler: (payload: WorkspaceChatMessage) => void) => {
400400
const wrapped = (...args: unknown[]) => {
401401
const [payload] = args;
402402
if (

0 commit comments

Comments
 (0)