fix: Troubleshooting G2 SSR request failure process
This commit is contained in:
@@ -75,6 +75,6 @@ function toPost(req, res) {
|
||||
}).on('end', async () => {
|
||||
const completeBodyBuffer = Buffer.concat(bodyChunks);
|
||||
await GenerateCharts(JSON.parse(completeBodyBuffer.toString('utf8')))
|
||||
res.end('complete');
|
||||
});
|
||||
res.end('complete');
|
||||
}
|
||||
Reference in New Issue
Block a user