Skip to content

Commit ad2c46b

Browse files
authored
Update packages/open-next/src/overrides/wrappers/cloudflare-node.ts
1 parent ab980f0 commit ad2c46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/overrides/wrappers/cloudflare-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const handler: WrapperHandler<InternalEvent, InternalResult> =
4141
}): Writable {
4242
const { statusCode, cookies, headers } = prelude;
4343

44-
headers["set-cookie"] = cookies.join(",");
44+
headers["set-cookie"] = cookies.join(", ");
4545

4646
// TODO(vicb): this is a workaround to make PPR work with `wrangler dev`
4747
// See https://github.com/cloudflare/workers-sdk/issues/8004

0 commit comments

Comments
 (0)