Skip to content

Commit 9ed3427

Browse files
committed
fix: Troubleshooting G2 SSR request failure process
1 parent e2c2772 commit 9ed3427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g2-ssr/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ function toPost(req, res) {
7575
}).on('end', async () => {
7676
const completeBodyBuffer = Buffer.concat(bodyChunks);
7777
await GenerateCharts(JSON.parse(completeBodyBuffer.toString('utf8')))
78+
res.end('complete');
7879
});
79-
res.end('complete');
8080
}

0 commit comments

Comments
 (0)