Skip to content

Commit 1d50dc3

Browse files
authored
Update trigger-workflows.mdx
Remove unnecessary return statement in the workflows example
1 parent 031c37f commit 1d50dc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/workflows/build/trigger-workflows.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ export default {
8888
id: instance.id,
8989
details: await instance.status(),
9090
});
91-
92-
return Response.json({ result });
9391
},
9492
};
9593
```

0 commit comments

Comments
 (0)