Skip to content

Commit 8a77487

Browse files
committed
add missing emitUpdates()
1 parent be5d44b commit 8a77487

File tree

1 file changed

+2
-0
lines changed
  • typescript-sdk/packages/client/src/apply

1 file changed

+2
-0
lines changed

typescript-sdk/packages/client/src/apply/default.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ export const defaultApplyEvents = (
273273
},
274274
);
275275
applyMutation(mutation);
276+
277+
return emitUpdates();
276278
}
277279

278280
case EventType.TOOL_CALL_RESULT: {

0 commit comments

Comments
 (0)