From ee040ddbad67ddd8010c8f5eaedfbdc490d86665 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 26 Dec 2021 16:09:18 -0700 Subject: [PATCH] Fixed missing } --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9dc296c..8290e80 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ app.post('/', async (req, res) => { // hcaptcha failed } else { - console.log(`Failed hCaptcha with errors: ${data['error-codes']`) + console.log(`Failed hCaptcha with errors: ${data['error-codes']}`) return res.sendStatus(403) } })