Skip to content

Commit 150a839

Browse files
elithrarSkye-31
andauthored
Apply suggestions from code review
Co-authored-by: Skye <[email protected]>
1 parent b6cd4bb commit 150a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/workers-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ An ID is automatically generated, but a user-provided ID can be specified (up to
179179
// Create a new Workflow instance with your own ID and pass params to the Workflow instance
180180
let instance = await env.MY_WORKFLOW.create({
181181
id: myIdDefinedFromOtherSystem,
182-
params: { "hello": "world }
182+
params: { "hello": "world" }
183183
})
184184
return Response.json({
185185
id: instance.id,

0 commit comments

Comments
 (0)