Skip to content

Commit 2664707

Browse files
authored
Merge pull request #128 from saranatour1/patch-1
[docs]: missing coma
2 parents 429a824 + 281bde5 commit 2664707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const handleOnComplete = mutation({
191191
workflowId: vWorkflowId,
192192
result: vResultValidator,
193193
context: v.any(), // used to pass through data from the start site.
194-
}
194+
},
195195
handler: async (ctx, args) => {
196196
const name = (args.context as { name: string }).name;
197197
if (args.result.kind === "success") {

0 commit comments

Comments
 (0)