We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7a80c commit a4a8688Copy full SHA for a4a8688
1 file changed
index.js
@@ -30,7 +30,7 @@ function corsHeaders(request) {
30
}
31
32
function json(data, status = 200, headers = {}, request) {
33
- return new Response(JSON.stringify(data, null, 2), {
+ return new Response(JSON.stringify(data), {
34
status,
35
headers: {
36
"content-type": "application/json; charset=utf-8",
0 commit comments