diff --git a/index.js b/index.js index 121a97a..4c8103a 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ app.post('/', async (req, res) => { // hcaptcha failed } else { - console.log(`Failed hCaptcha with data: ${data}`) + console.log(`Failed hCaptcha with data: ${JSON.stringify(data)}`) return res.sendStatus(403) } })