Skip to content

Commit 0e2cdf4

Browse files
authored
Retrigger CI
1 parent 26f1ed0 commit 0e2cdf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/workers/examples/fetch-json.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
if (contentType.includes("application/json")) {
3333
return { contentType, result: JSON.stringify(await response.json()) };
3434
}
35+
3536
return { contentType, result: await response.text() };
3637
}
3738

0 commit comments

Comments
 (0)