Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbirchall committed Nov 24, 2024
1 parent 01a4736 commit 2071d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/git/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2071d86

Please sign in to comment.