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.
1 parent d5f8804 commit c3565d8Copy full SHA for c3565d8
src/runtime/renderer.ts
@@ -58,6 +58,6 @@ export function defineRenderHandler(handler: RenderHandler) {
58
}
59
60
// Send response body
61
- return response.body
+ return response.body;
62
});
63
0 commit comments