Skip to content

Commit 281bde5

Browse files
authored
[docs]: missing coma
heh
1 parent 1eb874c commit 281bde5

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)