Skip to content

Commit

Permalink
Merge pull request #20 from seanbirchall/development
Browse files Browse the repository at this point in the history
test
  • Loading branch information
seanbirchall authored Nov 24, 2024
2 parents 369b455 + 2071d86 commit fbd6446
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 fbd6446

Please sign in to comment.