Skip to content

Commit 83181a0

Browse files
Update src/content/docs/workflows/build/workers-api.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent e0cbf22 commit 83181a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
2929

3030
### run
3131

32-
- <code>
33-
run(event: WorkflowEvent&lt;T&gt;, step: WorkflowStep): Promise&lt;T&gt;
34-
</code>
32+
{/* prettier-ignore */}
33+
- <code>run(event: WorkflowEvent&lt;T&gt;, step: WorkflowStep): Promise&lt;T&gt;</code>
3534
- `event` - the event passed to the Workflow, including an optional `payload` containing data (parameters)
3635
- `step` - the `WorkflowStep` type that provides the step methods for your Workflow
3736

0 commit comments

Comments
 (0)