Skip to content

Commit f6cb83f

Browse files
authored
Update trigger-workflows.mdx
Remove redundant/wrong return in workflows example
1 parent b25592e commit f6cb83f

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)