Skip to content

Commit fa7047f

Browse files
committed
fix: Troubleshooting G2 SSR request failure process
1 parent 9b1d421 commit fa7047f

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
@@ -83,6 +83,6 @@ function toPost(req, res) {
8383
res.end('complete', async () => {
8484
const completeBodyBuffer = Buffer.concat(bodyChunks);
8585
console.log('toBuffer', completeBodyBuffer.toString('utf8'))
86-
await GenerateCharts(JSON.parse(completeBodyBuffer.toString('utf8')))
86+
// await GenerateCharts(JSON.parse(completeBodyBuffer.toString('utf8')))
8787
});
8888
}

0 commit comments

Comments
 (0)