Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit a74dae2

Browse files
committed
chore(core): no-op change to validate publishing
1 parent ebcabb2 commit a74dae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/core/src/defaultHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const createExternalRewriteResponse = async (
6666
fetchResponse = await fetch(customRewrite, {
6767
headers: reqHeaders,
6868
method: req.method,
69-
body: decodedBody, // Must pass body as a string,
69+
body: decodedBody, // Must pass body as a string
7070
compress: false,
7171
redirect: "manual"
7272
});

0 commit comments

Comments
 (0)