Skip to content

Commit af091aa

Browse files
committed
adding codeDepot markers
1 parent 44a35b7 commit af091aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/connect/examples/validateWebhookMessage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
const crypto = require('crypto');
88

9+
//ds-snippet-start:Connect1Step2
910
/**
1011
* This function computes the hash.
1112
* @param {object} args parameters for computing the hash.
@@ -33,3 +34,4 @@ const isHashValid = (args) => {
3334
};
3435

3536
module.exports = { computeHash, isHashValid };
37+
//ds-snippet-end:Connect1Step2

0 commit comments

Comments
 (0)