Skip to content

Commit c70d04d

Browse files
ResoniousOxyjun
andauthored
Remove redundant redirect in Workflows code example (#20554)
* Update trigger-workflows.mdx Remove redundant/wrong return in workflows example * Triggering GH compiles * Undoing redundant change --------- Co-authored-by: Jun Lee <[email protected]>
1 parent a2d2cc2 commit c70d04d

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)