Skip to content

Commit edb088d

Browse files
Update documentation/docs/25-build-and-deploy/40-adapter-node.md
Co-authored-by: Ben McCann <[email protected]>
1 parent 2efb075 commit edb088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/25-build-and-deploy/40-adapter-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export function GET({ request }) {
303303
return new Response(stream, {
304304
headers: {
305305
"Content-Type": "text/event-stream",
306-
},
306+
}
307307
});
308308
}
309309
```

0 commit comments

Comments
 (0)