From 281bde5743f4d9880c9c6c5cb462eea551feed3a Mon Sep 17 00:00:00 2001 From: Sara <77834808+saranatour1@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:58:16 +0200 Subject: [PATCH] [docs]: missing coma heh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd8d43..6188aeb 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ export const handleOnComplete = mutation({ workflowId: vWorkflowId, result: vResultValidator, context: v.any(), // used to pass through data from the start site. - } + }, handler: async (ctx, args) => { const name = (args.context as { name: string }).name; if (args.result.kind === "success") {