Skip to content

Commit adb11bb

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

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
@@ -297,7 +297,7 @@ export function GET({ request }) {
297297
request.signal.onabort = () => {
298298
clearInterval(interval);
299299
};
300-
},
300+
}
301301
});
302302

303303
return new Response(stream, {

0 commit comments

Comments
 (0)