From 2071d8613e1b4526297ea181620e07c99c1d09bf Mon Sep 17 00:00:00 2001 From: seanbirchall <156547477+seanbirchall@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:17:14 -0500 Subject: [PATCH] test --- service/git/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/git/index.js b/service/git/index.js index e591949..046ce3f 100644 --- a/service/git/index.js +++ b/service/git/index.js @@ -6,7 +6,7 @@ const app = express(); // Use JSON parser for incoming payload app.use(express.json()); -// Function to compute HMAC and compare the signature +// Function to compute HMAC and compare the signature function verifySignature(req) { const signature = req.headers['x-hub-signature-256']; console.log('Received signature: ', signature);