We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbbe577 + f6faff4 commit d3c6d90Copy full SHA for d3c6d90
1 file changed
src/handle.ts
@@ -115,7 +115,7 @@ export const mapResponse = (
115
return new Response(response as ReadableStream, set as any)
116
117
case undefined:
118
- if (!response) return new Response('', set as any)
+ if (!response) return new Response(null, set as any)
119
120
return new Response(JSON.stringify(response), set as any)
121
0 commit comments